Partager via


Propriété Property.IsNull

Gets the Boolean property value that specifies whether the property is set to null.

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

Syntaxe

'Déclaration
Public ReadOnly Property IsNull As Boolean 
    Get
'Utilisation
Dim instance As [Property]
Dim value As Boolean 

value = instance.IsNull
public bool IsNull { get; }
public:
property bool IsNull {
    bool get ();
}
member IsNull : bool
function get IsNull () : boolean

Valeur de propriété

Type : System.Boolean
A Boolean value that specifies whether the property is set to null. If True, the property is null.If False (default), the property is not null.

Exemples

Définition de propriétés

Voir aussi

Référence

Property Classe

Espace de noms Microsoft.SqlServer.Management.Smo