SqlGeometry.Null Property

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

Property Value

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

Remarks

This member is static.