SqlGeometry.Null プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
SqlGeometry型の null インスタンスを提供する読み取り専用プロパティを取得します。
public static Microsoft.SqlServer.Types.SqlGeometry Null { [Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)] get; }
[<get: Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
static member Null : Microsoft.SqlServer.Types.SqlGeometry
Public Shared ReadOnly Property Null As SqlGeometry
プロパティ値
null SqlGeometry インスタンス。
- 属性