Partager via


Propriété SqlGeography.HasZ

Returns true if at least one point in a spatial object contains value Z; otherwise returns false. This property is read-only.

Espace de noms :  Microsoft.SqlServer.Types
Assembly :  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Syntaxe

'Déclaration
Public ReadOnly Property HasZ As Boolean 
    Get
'Utilisation
Dim instance As SqlGeography 
Dim value As Boolean 

value = instance.HasZ
public bool HasZ { get; }
public:
property bool HasZ {
    bool get ();
}
member HasZ : bool
function get HasZ () : boolean

Valeur de propriété

Type : System.Boolean
true if at least one point in a spatial object contains value Z; otherwise false.

Voir aussi

Référence

SqlGeography Classe

Espace de noms Microsoft.SqlServer.Types