Lingua

SqlGeometry.Parse(SqlString) Metodo

Definizione

Restituisce un'istanza SqlGeometry da una rappresentazione OGC (Open Geospatial Consortium) Well-Known Text (WKT).

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public static Microsoft.SqlServer.Types.SqlGeometry Parse(System.Data.SqlTypes.SqlString s);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
static member Parse : System.Data.SqlTypes.SqlString -> Microsoft.SqlServer.Types.SqlGeometry
Public Shared Function Parse (s As SqlString) As SqlGeometry

Parametri

s
SqlString

Specifica la rappresentazione WKT dell'istanza SqlGeometry da restituire.

Valori restituiti

SqlGeometry Istanza interpretata dalla rappresentazione WKT fornita. Restituisce null se s è null.

Attributi

Si applica a