Share via


BusinessLogicModule.PhaseBegin Method

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)

Syntax

'Declaration
Public Overridable Sub PhaseBegin ( _
    download As Boolean _
)
'Usage
Dim instance As BusinessLogicModule 
Dim download As Boolean

instance.PhaseBegin(download)
public virtual void PhaseBegin(
    bool download
)
public:
virtual void PhaseBegin(
    bool download
)
abstract PhaseBegin : 
        download:bool -> unit  
override PhaseBegin : 
        download:bool -> unit
public function PhaseBegin(
    download : boolean
)

Parameters

  • download
    Type: System.Boolean
    Specifies whether the phase about to begin is an upload or download.

See Also

Reference

BusinessLogicModule Class

Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace

Other Resources

Execute Business Logic During Merge Synchronization

Implement a Business Logic Handler for a Merge Article