Proprietà Null
Gets a read-only property providing a null instance of the SqlGeometry type.
Spazio dei nomi Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Sintassi
'Dichiarazione
Public Shared ReadOnly Property Null As SqlGeometry
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.SqlServer.Types. . :: . .SqlGeometry
A null SqlGeometry instance.
Osservazioni
This member is static.