Condividi tramite


Proprietà IsNull

Ottiene il valore della proprietà Boolean che specifica se la proprietà è impostata su 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
Valore Boolean che specifica se la proprietà è impostata su Null.
Se True, la proprietà è Null.
Se False (impostazione predefinita), la proprietà non è Null.