Partager via


Propriété SqlGeography.Null

 

Retourne une propriété en lecture seule qui fournit une instance Null du type SqlGeography.

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

Syntaxe

public static SqlGeography Null {
    [SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
    get;
}
public:
property SqlGeography^ Null {
    [SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
    static SqlGeography^ get();
}
static member Null : SqlGeography with get
Public Shared ReadOnly Property Null As SqlGeography

Valeur de propriété

Type: Microsoft.SqlServer.Types.SqlGeography

Instance Null de la classe SqlGeography.

Voir aussi

SqlGeography, classe
Microsoft.SqlServer.Types, espace de noms

Retour au début