Partilhar via


Propriedade do RDL Dirty

Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

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

Sintaxe

'Declaração
Public Property Dirty As Boolean
    Get
    Friend Set
'Uso
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)

Valor da propriedade

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

Implementa

ISfcProperty. . :: . .Dirty