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 です。