Partager via


Propriété SqlGeometry.IsNull

 

Obtient une valeur qui indique si l'objet SqlGeometry 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 indique si l'objet est null. Si la valeur est true, l'objet est Null. Sinon, valeur false.

Implémente

INullable.IsNull

Notes

Ce membre est virtual.

Voir aussi

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

Retour au début