BusinessLogicModule::HandledChangeStates Property
Required property that returns information on the types of changes handled by the business logic module.
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
public: property ChangeStates HandledChangeStates { virtual ChangeStates get() abstract; }
Property Value
Type: Microsoft.SqlServer.Replication.BusinessLogicSupport::ChangeStatesChangeStates that enumerates the types of changes handled by the business logic module.
Show: