Lingua

SqlGeography.Parse(SqlString) Metodo

Definizione

Restituisce un'istanza SqlGeography da una rappresentazione OGC (Open Geospatial Consortium) 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

Parametri

s
SqlString

Rappresentazione WKT dell'istanza SqlGeography da restituire.

Valori restituiti

Valore SqlGeography costruito dalla rappresentazione WKT specificata.

Attributi

Si applica a