BusinessLogicModule::PhaseBegin Method (Boolean)

 

Optional method that indicates the beginning of an upload or download phase of the synchronization.

Namespace:   Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

public:
virtual void PhaseBegin(
	bool download
)

Parameters

download
Type: System::Boolean

Specifies whether the phase about to begin is an upload or download.

Return to top
Show: