Compartir a través de


ISfcProperty.IsNull Propiedad

Gets a value that indicates whether the property value has been read and is nulles una referencia NULL (Nothing en Visual Basic).. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

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

Sintaxis

'Declaración
ReadOnly Property IsNull As Boolean 
    Get
'Uso
Dim instance As ISfcProperty 
Dim value As Boolean 

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

Valor de la propiedad

Tipo: System.Boolean
true if the property value is nulles una referencia NULL (Nothing en Visual Basic).; otherwise, false.

Vea también

Referencia

ISfcProperty Interfaz

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc