SqlGeography.Parse(SqlString) Método

Definición

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

s
SqlString

Representación WKT de la SqlGeography instancia que desea devolver.

Devoluciones

Valor SqlGeography construido a partir de la representación WKT especificada.

Atributos

Se aplica a