Compartir a través de


BusinessLogicResolver.HandledChangeStates Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Ensamblado:  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

BusinessLogicResolver Clase

Espacio de nombres Microsoft.SqlServer.Replication.BusinessLogicSupport