Freigeben über


SqlGeometry.HasZ-Eigenschaft

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

Namespace:  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Syntax

'Declaration
Public ReadOnly Property HasZ As Boolean 
    Get
'Usage
Dim instance As SqlGeometry 
Dim value As Boolean 

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

Eigenschaftswert

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

Siehe auch

Verweis

SqlGeometry Klasse

Microsoft.SqlServer.Types-Namespace