Partager via


Propriété Null

Returns a read-only property providing a null instance of the SqlGeography type.

Espace de noms :  Microsoft.SqlServer.Types
Assembly :  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Syntaxe

'Déclaration
Public Shared ReadOnly Property Null As SqlGeography
    Get
'Utilisation
Dim value As SqlGeography

value = SqlGeography.Null
public static SqlGeography Null { get; }
public:
static property SqlGeography^ Null {
    SqlGeography^ get ();
}
static member Null : SqlGeography
static function get Null () : SqlGeography

Valeur de propriété

Type : Microsoft.SqlServer.Types. . :: . .SqlGeography
A null instance of the SqlGeography class.