SqlGeometry.HasM プロパティ

定義

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

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

プロパティ値

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

属性

適用対象