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

참고 항목

참조

BusinessLogicResolver 클래스

Microsoft.SqlServer.Replication.BusinessLogicSupport 네임스페이스