SqlGeography.NumRings 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 le nombre total d’anneaux dans une instance Polygon.
[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)]
public System.Data.SqlTypes.SqlInt32 NumRings();
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
member this.NumRings : unit -> System.Data.SqlTypes.SqlInt32
Public Function NumRings () As SqlInt32
Retours
Valeur SqlInt32 spécifiant le nombre total d’anneaux. Cette méthode retourne NULL s’il ne s’agit pas d’une instance Polygon et retourne 0 si l’instance est vide.
- Attributs