次の方法で共有


SqlGeometry.Null プロパティ

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

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

構文

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

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

プロパティ値

型: Microsoft.SqlServer.Types.SqlGeometry
null の SqlGeometry インスタンスです。

説明

このメンバーは static です。

関連項目

参照

SqlGeometry クラス

Microsoft.SqlServer.Types 名前空間