SfcProperty.IsNull Propiedad
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
Public ReadOnly Property IsNull As Boolean
Get
'Uso
Dim instance As SfcProperty
Dim value As Boolean
value = instance.IsNull
public bool IsNull { get; }
public:
virtual property bool IsNull {
bool get () sealed;
}
abstract IsNull : bool
override IsNull : bool
final function get IsNull () : boolean
Valor de la propiedad
Tipo: System.Boolean
true if the property collection is null; otherwise, false.