SqlGeometry.HasZ プロパティ

定義

空間オブジェクト内の少なくとも 1 つのポイントに値 Z が含まれている場合は true を返します。それ以外の場合は false を返します。 このプロパティは読み取り専用です。

public bool HasZ { [Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)] get; }
[<get: Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
member this.HasZ : bool
Public ReadOnly Property HasZ As Boolean

プロパティ値

空間オブジェクト内の少なくとも 1 つのポイントに値 Z が含まれている場合は true。それ以外の場合は false。

属性

適用対象