共用方式為


IBusinessLogicResolver.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 MustOverride Sub InvokePhaseBegin ( _
    download As Boolean _
)
'用途
Dim instance As IBusinessLogicResolver 
Dim download As Boolean

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

參數

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

請參閱

參考

IBusinessLogicResolver 類別

Microsoft.SqlServer.Replication.BusinessLogicSupport 命名空間