Partilhar via


Propriedade do RDL ISfcProperty.Dirty

Gets a value that indicates whether the property value has been changed. 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
ReadOnly Property Dirty As Boolean 
    Get
'Uso
Dim instance As ISfcProperty 
Dim value As Boolean 

value = instance.Dirty
bool Dirty { get; }
property bool Dirty {
    bool get ();
}
abstract Dirty : bool
function get Dirty () : boolean

Valor da propriedade

Tipo: System.Boolean
true if the property value has been changed; otherwise, false.

Consulte também

Referência

ISfcProperty Interface

Namespace Microsoft.SqlServer.Management.Sdk.Sfc