SqlGeography.Parse(SqlString) 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 una SqlGeography representación de Open Geospatial Consortium (OGC) Well-Known Text (WKT).
[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public static Microsoft.SqlServer.Types.SqlGeography Parse(System.Data.SqlTypes.SqlString s);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
static member Parse : System.Data.SqlTypes.SqlString -> Microsoft.SqlServer.Types.SqlGeography
Public Shared Function Parse (s As SqlString) As SqlGeography
Parámetros
Representación WKT de la SqlGeography instancia que desea devolver.
Devoluciones
Valor SqlGeography construido a partir de la representación WKT especificada.
- Atributos