SqlGeometry.STGeomCollFromWKB(SqlBytes, Int32) Método

Definição

Retorna uma SqlGeometry instância de coleção de uma representação WKB (Open Geospatial Consortium) Well-Known Binary (WKB).

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)]
public static Microsoft.SqlServer.Types.SqlGeometry STGeomCollFromWKB(System.Data.SqlTypes.SqlBytes wkbGeometryCollection, int srid);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
static member STGeomCollFromWKB : System.Data.SqlTypes.SqlBytes * int -> Microsoft.SqlServer.Types.SqlGeometry
Public Shared Function STGeomCollFromWKB (wkbGeometryCollection As SqlBytes, srid As Integer) As SqlGeometry

Parâmetros

wkbGeometryCollection
SqlBytes

A representação WKB da SqlGeometry instância de coleção que você deseja retornar.

srid
Int32

Uma expressão inteiro que representa a SRID (ID de referência espacial) da SqlGeometry instância que você deseja retornar.

Retornos

Uma SqlGeometry coleção construída a partir da representação WKB especificada.

Atributos

Aplica-se a