SqlGeometry.Null Property

 

Applies To: SQL Server 2016 Preview

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

public static SqlGeometry Null {
    [SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
    get;
}
public:
property SqlGeometry^ Null {
    [SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
    static SqlGeometry^ get();
}
static member Null : SqlGeometry with get
Public Shared ReadOnly Property Null As SqlGeometry

Property Value

Type: Microsoft.SqlServer.Types.SqlGeometry

A null SqlGeometry instance.

Remarks

This member is static.

See Also

SqlGeometry Class
Microsoft.SqlServer.Types Namespace

Return to top