SqlGeometry オブジェクトが NULL であるかどうかを示す値を取得します。
名前空間: Microsoft.SqlServer.Types
アセンブリ: Microsoft.SqlServer.Types (Microsoft.SqlServer.Types.dll)
構文
'宣言
Public ReadOnly Property IsNull As Boolean
Get
'使用
Dim instance As SqlGeometry
Dim value As Boolean
value = instance.IsNull
public bool IsNull { get; }
public:
virtual property bool IsNull {
bool get () sealed;
}
abstract IsNull : bool
override IsNull : bool
final function get IsNull () : boolean
プロパティ値
型: System.Boolean
オブジェクトが nullNULL 参照 (Visual Basic では Nothing) かどうかを示す bool 値です。true の場合、オブジェクトは NULL です。それ以外の場合は false です。
実装
説明
このメンバーは virtual です。