SqlGeometry.IsNull プロパティ

定義

SqlGeometry オブジェクトが null かどうかを示す値を取得します。

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

プロパティ値

オブジェクトが null かどうかを示すブール値。 true の場合、オブジェクトは null です。 それ以外の場合は false。

実装

属性

適用対象