Propriété SfcProperty.IsNull

Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsNull As Boolean 
    Get
'Utilisation
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

Valeur de propriété

Type : System.Boolean
true if the property collection is null; otherwise, false.

Implémente

ISfcProperty.IsNull

Voir aussi

Référence

SfcProperty Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc