Proprietà SfcProperty.Dirty
Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Property Dirty As Boolean
Get
Friend Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Boolean
true if the property page contains a dirty flag; otherwise, false.