SqlGeography.STIsClosed 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.
Détermine si l’instance appelante SqlGeography est fermée.
[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public System.Data.SqlTypes.SqlBoolean STIsClosed();
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.STIsClosed : unit -> System.Data.SqlTypes.SqlBoolean
Public Function STIsClosed () As SqlBoolean
Retours
Valeur SqlBoolean indiquant si les points de début et de fin de l’instance SqlGeography sont identiques. Retourne true si les deux points sont identiques. Sinon, faux.
- Attributs