此 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.