SqlGeography.HasZ 屬性
Returns true if at least one point in a spatial object contains value Z; otherwise returns false. This property is read-only.
命名空間: Microsoft.SqlServer.Types
組件: Microsoft.SqlServer.Types (在 Microsoft.SqlServer.Types.dll 中)
語法
'宣告
Public ReadOnly Property HasZ As Boolean
Get
'用途
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
屬性值
型別:System.Boolean
true if at least one point in a spatial object contains value Z; otherwise false.