Propriété BusinessLogicResolver.HandledChangeStates
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets the information on the types of changes handled by the BusinessLogicResolver.
Espace de noms : Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntaxe
'Déclaration
Public Overrides ReadOnly Property HandledChangeStates As ChangeStates
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Replication.BusinessLogicSupport.ChangeStates
A ChangeStates that enumerates the types of changes handled by the BusinessLogicResolver.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport