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.

请参阅

参考

SqlGeography 类

Microsoft.SqlServer.Types 命名空间