SqlGeography.STPointFromWKB(SqlBytes, Int32) Método

Definição

Retorna uma SqlGeography instância point 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.SqlGeography STPointFromWKB(System.Data.SqlTypes.SqlBytes wkbPoint, int srid);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
static member STPointFromWKB : System.Data.SqlTypes.SqlBytes * int -> Microsoft.SqlServer.Types.SqlGeography
Public Shared Function STPointFromWKB (wkbPoint As SqlBytes, srid As Integer) As SqlGeography

Parâmetros

wkbPoint
SqlBytes

A representação WKB da SqlGeography instância point que você deseja retornar.

srid
Int32

Uma expressão int que representa a SRID (ID de Referência Espacial) da SqlGeography instância de Ponto que você deseja retornar.

Retornos

Um SqlGeography valor construído a partir do WKB especificado.

Atributos

Aplica-se a