IsNull Propiedad
Gets a value that indicates whether the property value has been read and is nullNothingnullptrunites 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 nullNothingnullptrunites una referencia NULL (Nothing en Visual Basic).; otherwise, false.
Vea también