Partager via


Méthode BusinessLogicResolver.InvokePhaseBegin

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Invokes the beginning of an upload or download phase of the synchronization.

Espace de noms :  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly :  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntaxe

'Déclaration
Public Overrides Sub InvokePhaseBegin ( _
    download As Boolean _
)
'Utilisation
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
)

Paramètres

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

Voir aussi

Référence

BusinessLogicResolver Classe

Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport