Compartir a través de


Property.ISfcProperty.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
Private ReadOnly Property IsNull As Boolean 
    Implements ISfcProperty.IsNull 
    Get
'Uso
Dim instance As [Property]
Dim value As Boolean 

value = CType(instance, ISfcProperty).IsNull
bool ISfcProperty.IsNull { get; }
private:
virtual property bool IsNull {
    bool get () sealed = ISfcProperty::IsNull::get;
}
private abstract IsNull : bool 
private override IsNull : bool
JScript admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.

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.

Implementa

ISfcProperty.IsNull

Ejemplos

Establecer propiedades

Vea también

Referencia

Property Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo