Propriedade do RDL SqlGeometry.Null
Gets a read-only property providing a null instance of the SqlGeometry type.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (em Microsoft.SqlServer.Types.dll)
Sintaxe
'Declaração
Public Shared ReadOnly Property Null As SqlGeometry
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.SqlServer.Types.SqlGeometry
A null SqlGeometry instance.
Comentários
This member is static.