SqlGeography.IsNull プロパティ

定義

SqlGeography インスタンスが 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

プロパティ値

SqlGeography インスタンスが null かどうかを示すブール値。 true の場合、インスタンスは null です。 それ以外の場合は false。

実装

属性

適用対象