この 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.