. propriété
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Private ReadOnly Property Dirty As Boolean
Implements ISfcProperty.Dirty
Get
'Utilisation
Dim instance As [Property]
Dim value As Boolean
value = CType(instance, ISfcProperty).Dirty
bool ISfcProperty.Dirty { get; }
private:
virtual property bool Dirty {
bool get () sealed = ISfcProperty::Dirty::get;
}
private abstract Dirty : bool
private override Dirty : 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
ISfcPropertyDirty()()()()
Voir aussi