Freigeben über


Dirty-Eigenschaft

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Property Dirty As Boolean
    Get
    Friend Set
'Usage
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)

Eigenschaftswert

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

Implementiert

ISfcProperty. . :: . .Dirty