SqlGeography.STMPointFromWKB(SqlBytes, Int32) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Devuelve una instancia de MultiPoint 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 STMPointFromWKB(System.Data.SqlTypes.SqlBytes wkbMultiPoint, int srid);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
static member STMPointFromWKB : System.Data.SqlTypes.SqlBytes * int -> Microsoft.SqlServer.Types.SqlGeography
Public Shared Function STMPointFromWKB (wkbMultiPoint As SqlBytes, srid As Integer) As SqlGeography
Parámetros
- wkbMultiPoint
- SqlBytes
Representación WKB de la SqlGeographyinstancia de MultiPoint que desea devolver.
- srid
- Int32
Expresión int que representa el identificador de referencia espacial (SRID) de la SqlGeographyinstancia de MultiPoint que desea devolver.
Devoluciones
Instancia SqlGeography construida a partir de la representación WKB especificada.
- Atributos