BusinessLogicModule.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.
請參閱
參考
Microsoft.SqlServer.Replication.BusinessLogicSupport 命名空間