SqlGeography.Null Property

 

Applies To: SQL Server 2016 Preview

Returns a read-only property providing a null instance of the SqlGeography type.

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

Syntax

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

Property Value

Type: Microsoft.SqlServer.Types.SqlGeography

A null instance of the SqlGeography class.

See Also

SqlGeography Class
Microsoft.SqlServer.Types Namespace

Return to top