SqlGeometry.IsNull プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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。
実装
- 属性