Langue

SqlGeography.Parse(SqlString) Méthode

Définition

Retourne une instance d’une SqlGeography représentation 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

Paramètres

s
SqlString

Représentation WKT de l’instance SqlGeography à retourner.

Retours

Valeur SqlGeography construite à partir de la représentation WKT spécifiée.

Attributs

S’applique à