共用方式為


SqlGeometry.Null 屬性

Gets a read-only property providing a null instance of the SqlGeometry type.

命名空間:  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
A null SqlGeometry instance.

備註

This member is static.

請參閱

參考

SqlGeometry 類別

Microsoft.SqlServer.Types 命名空間