InvokePhaseBegin 方法
此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。
此成员重写 IBusinessLogicResolver. . :: . .InvokePhaseBegin(Boolean)。
命名空间: 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