Langue

SqlGeography.STArea Méthode

Définition

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

S’applique à