SqlGeography.STPointFromWKB(SqlBytes, Int32) Método

Definición

Devuelve una instancia de Point de una SqlGeography representación de Open Geospatial Consortium (OGC) 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

Representación WKB de la SqlGeography instancia de Point que desea devolver.

srid
Int32

Expresión int que representa el identificador de referencia espacial (SRID) de la SqlGeography instancia de Point que desea devolver.

Devoluciones

Valor SqlGeography construido a partir del WKB especificado.

Atributos

Se aplica a