PhaseBegin 메서드
Optional method that indicates 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 Overridable Sub PhaseBegin ( _
download As Boolean _
)
‘사용 방법
Dim instance As BusinessLogicModule
Dim download As Boolean
instance.PhaseBegin(download)
public virtual void PhaseBegin(
bool download
)
public:
virtual void PhaseBegin(
bool download
)
abstract PhaseBegin :
download:bool -> unit
override PhaseBegin :
download:bool -> unit
public function PhaseBegin(
download : boolean
)
매개 변수
- download
유형: System. . :: . .Boolean
Specifies whether the phase about to begin is an upload or download.