SqlGeometry.STNumGeometries 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 de ceux qui SqlGeometry composent une SqlGeometry instance.
[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)]
public System.Data.SqlTypes.SqlInt32 STNumGeometries();
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
member this.STNumGeometries : unit -> System.Data.SqlTypes.SqlInt32
Public Function STNumGeometries () As SqlInt32
Retours
Renvoie 1 si l’instance SqlGeometry n’est pas une instance MultiPoint, MultiLineString, MultiPolygon ou GeometryCollection, et 0 si l’instance SqlGeometry est vide.
- Attributs