PhaseBegin 方法
Optional method that indicates the beginning of an upload or download phase of the synchronization.
命名空间: Microsoft.SqlServer.Replication.BusinessLogicSupport
程序集: Microsoft.SqlServer.Replication.BusinessLogicSupport(在 Microsoft.SqlServer.Replication.BusinessLogicSupport.dll 中)
语法
声明
Public Overridable Sub PhaseBegin ( _
download As Boolean _
)
用法
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
)
参数
- download
类型:System. . :: . .Boolean
Specifies whether the phase about to begin is an upload or download.