. propriété
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Private ReadOnly Property IsNull As Boolean
Implements ISfcProperty.IsNull
Get
'Utilisation
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 prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.
Valeur de la propriété
Type : System. . :: . .Boolean
Implémente
ISfcPropertyIsNull()()()()
Voir aussi