Freigeben über


BusinessLogicModule.PhaseBegin-Methode

Optional method that indicates the beginning of an upload or download phase of the synchronization.

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntax

'Declaration
Public Overridable Sub PhaseBegin ( _
    download As Boolean _
)
'Usage
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
)

Parameter

  • download
    Typ: System.Boolean
    Specifies whether the phase about to begin is an upload or download.

Siehe auch

Verweis

BusinessLogicModule Klasse

Microsoft.SqlServer.Replication.BusinessLogicSupport-Namespace

Andere Ressourcen

Ausführen der Geschäftslogik während der Mergesynchronisierung

Implementieren eines Geschäftslogikhandlers für einen Mergeartikel