Partilhar via


Propriedade do RDL IBusinessLogicResolver.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 MustOverride ReadOnly Property HandledChangeStates As ChangeStates 
    Get
'Uso
Dim instance As IBusinessLogicResolver 
Dim value As ChangeStates 

value = instance.HandledChangeStates
public abstract ChangeStates HandledChangeStates { get; }
public:
virtual property ChangeStates HandledChangeStates {
    ChangeStates get () abstract;
}
abstract HandledChangeStates : ChangeStates
abstract 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

IBusinessLogicResolver Classe

Namespace Microsoft.SqlServer.Replication.BusinessLogicSupport