SqlGeography.HasZ 属性
返回 true 如果空间对象中的至少一个点包含值 Z; 否则,返回 false。 该属性为只读。
命名空间: Microsoft.SqlServer.Types
程序集: Microsoft.SqlServer.Types(位于 Microsoft.SqlServer.Types.dll)
语法
public bool HasZ {
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
get;
}
public:
property bool HasZ {
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
bool get();
}
member HasZ : bool with get
Public ReadOnly Property HasZ As Boolean
属性值
Type: System.Boolean
如果空间对象中至少一个点包含值 Z,则返回 true;否则返回 false。
另请参阅
SqlGeography 类
Microsoft.SqlServer.Types 命名空间
返回页首