Freigeben über


SqlGeometry.Null-Eigenschaft

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

Namespace:  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Syntax

'Declaration
Public Shared ReadOnly Property Null As SqlGeometry 
    Get
'Usage
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

Eigenschaftswert

Typ: Microsoft.SqlServer.Types.SqlGeometry
A null SqlGeometry instance.

Hinweise

This member is static.

Siehe auch

Verweis

SqlGeometry Klasse

Microsoft.SqlServer.Types-Namespace