Condividi tramite


Proprietà SqlGeography.HasZ

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

Spazio dei nomi  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property HasZ As Boolean 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

SqlGeography Classe

Spazio dei nomi Microsoft.SqlServer.Types