Partager via


Propriété SqlGeography.IsNull

 

Détermine si l'instance SqlGeography est Null.

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

Syntaxe

public bool IsNull {
    [SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
    get;
}
public:
property bool IsNull {
    [SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
    virtual bool get() sealed;
}
abstract IsNull : bool with get
override IsNull : bool with get
Public ReadOnly Property IsNull As Boolean

Valeur de propriété

Type: System.Boolean

Valeur bool qui spécifie si l'instance SqlGeography est Null. Si la valeur est true, l'instance est Null. Sinon, valeur false.

Implémente

INullable.IsNull

Voir aussi

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

Retour au début