BusinessLogicModule::HandledChangeStates Property

 

Required property that returns information on the types of changes handled by the business logic module.

Namespace:   Microsoft.SqlServer.Replication.BusinessLogicSupport
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::ChangeStates

ChangeStates that enumerates the types of changes handled by the business logic module.

No code example is currently available or this language may not be supported.
Return to top
Show: