Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace