SqlGeography.Null Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a read-only property providing a null instance of the SqlGeography type.
public static Microsoft.SqlServer.Types.SqlGeography Null { [Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)] get; }
[<get: Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
static member Null : Microsoft.SqlServer.Types.SqlGeography
Public Shared ReadOnly Property Null As SqlGeography
Property Value
A null instance of the SqlGeography class.
- Attributes