Freigeben über


IBusinessLogicResolver.InvokePhaseBegin-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Invokes 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 MustOverride Sub InvokePhaseBegin ( _
    download As Boolean _
)
'Usage
Dim instance As IBusinessLogicResolver 
Dim download As Boolean

instance.InvokePhaseBegin(download)
public abstract void InvokePhaseBegin(
    bool download
)
public:
virtual void InvokePhaseBegin(
    bool download
) abstract
abstract InvokePhaseBegin : 
        download:bool -> unit
public abstract function InvokePhaseBegin(
    download : boolean
)

Parameter

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

Siehe auch

Verweis

IBusinessLogicResolver Klasse

Microsoft.SqlServer.Replication.BusinessLogicSupport-Namespace