SqlGeometry.Parse(SqlString) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une instance d’une SqlGeometry représentation 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
Paramètres
Spécifie la représentation WKT de l’instance SqlGeometry à retourner.
Retours
Instance SqlGeometry interprétée à partir de la représentation WKT fournie. Retourne null si s la valeur est Null.
- Attributs