次の方法で共有


SqlGeography.Null プロパティ

SqlGeography 型の null インスタンスを提供する、読み取り専用プロパティを返します。

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

構文

'宣言
Public Shared ReadOnly Property Null As SqlGeography 
    Get
'使用
Dim value As SqlGeography 

value = SqlGeography.Null
public static SqlGeography Null { get; }
public:
static property SqlGeography^ Null {
    SqlGeography^ get ();
}
static member Null : SqlGeography
static function get Null () : SqlGeography

プロパティ値

型: Microsoft.SqlServer.Types.SqlGeography
SqlGeography クラスの null インスタンスです。

関連項目

参照

SqlGeography クラス

Microsoft.SqlServer.Types 名前空間