Compartir a través de


Property.IsNull Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property IsNull As Boolean 
    Get
'Uso
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

Valor de la propiedad

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.

Ejemplos

Establecer propiedades

Vea también

Referencia

Property Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo