Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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