次の方法で共有


SqlGeography.IsNull プロパティ

SqlGeography インスタンスが null かどうかを判断します。

名前空間:  Microsoft.SqlServer.Types
アセンブリ:  Microsoft.SqlServer.Types (Microsoft.SqlServer.Types.dll)

構文

'宣言
Public ReadOnly Property IsNull As Boolean 
    Get
'使用
Dim instance As SqlGeography 
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
SqlGeography インスタンスが null かどうかを示す bool 値です。true の場合、インスタンスは null です。それ以外の場合は false です。

実装

INullable.IsNull

関連項目

参照

SqlGeography クラス

Microsoft.SqlServer.Types 名前空間