共用方式為


BusinessLogicResolver.InvokePhaseBegin 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Invokes 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 Overrides Sub InvokePhaseBegin ( _
    download As Boolean _
)
'用途
Dim instance As BusinessLogicResolver 
Dim download As Boolean

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

參數

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

請參閱

參考

BusinessLogicResolver 類別

Microsoft.SqlServer.Replication.BusinessLogicSupport 命名空間