SqlGeometry.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.
Gets a read-only property providing a null instance of the SqlGeometry type.
public static Microsoft.SqlServer.Types.SqlGeometry 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.SqlGeometry
Public Shared ReadOnly Property Null As SqlGeometry
Property Value
A null SqlGeometry instance.
- Attributes