Partilhar via


Propriedade do RDL BusinessLogicResolver.HandledChangeStates

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the information on the types of changes handled by the BusinessLogicResolver.

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (em Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintaxe

'Declaração
Public Overrides ReadOnly Property HandledChangeStates As ChangeStates 
    Get
'Uso
Dim instance As BusinessLogicResolver 
Dim value As ChangeStates 

value = instance.HandledChangeStates
public override ChangeStates HandledChangeStates { get; }
public:
virtual property ChangeStates HandledChangeStates {
    ChangeStates get () override;
}
abstract HandledChangeStates : ChangeStates 
override HandledChangeStates : ChangeStates
override function get HandledChangeStates () : ChangeStates

Valor da propriedade

Tipo: Microsoft.SqlServer.Replication.BusinessLogicSupport.ChangeStates
A ChangeStates that enumerates the types of changes handled by the BusinessLogicResolver.

Consulte também

Referência

BusinessLogicResolver Classe

Namespace Microsoft.SqlServer.Replication.BusinessLogicSupport