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 命名空间