SqlGeography.STArea 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 la surface totale d’une SqlGeography instance.
[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public System.Data.SqlTypes.SqlDouble STArea();
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.STArea : unit -> System.Data.SqlTypes.SqlDouble
Public Function STArea () As SqlDouble
Retours
Valeur SqlDouble spécifiant la surface totale. STArea retourne 0 si une SqlGeography instance contient uniquement des chiffres 0 et 1 dimensionnels, ou s’il est vide.
- Attributs