Condividi tramite


Proprietà Property.IsNull

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsNull As Boolean 
    Get
'Utilizzo
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

Valore proprietà

Tipo: 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.

Esempi

Impostazione delle proprietà

Vedere anche

Riferimento

Property Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo