Propriété SfcProperty.Dirty

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 Property Dirty As Boolean 
    Get 
    Friend Set
'Utilisation
Dim instance As SfcProperty 
Dim value As Boolean 

value = instance.Dirty
public bool Dirty { get; internal set; }
public:
virtual property bool Dirty {
    bool get () sealed;
    internal: void set (bool value) sealed;
}
abstract Dirty : bool with get, internal set 
override Dirty : bool with get, internal set
final function get Dirty () : boolean 
internal final function set Dirty (value : boolean)

Valeur de propriété

Type : System.Boolean
true if the property page contains a dirty flag; otherwise, false.

Implémente

ISfcProperty.Dirty

Voir aussi

Référence

SfcProperty Classe

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