Właściwość SqlGeometry.Null
Pobiera właściwość tylko do odczytu, zapewniając wystąpienie wartości null SqlGeometry typu.
Przestrzeń nazw: Microsoft.SqlServer.Types
Zestaw: Microsoft.SqlServer.Types (w Microsoft.SqlServer.Types.dll)
Składnia
'Deklaracja
Public Shared ReadOnly Property Null As SqlGeometry
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.SqlServer.Types.SqlGeometry
A null SqlGeometry wystąpienie.
Uwagi
To element członkowski jest statyczne.