Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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 Overrides Sub InvokePhaseBegin ( _
download As Boolean _
)
'Usage
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
)
Parameters
- download
Type: System.Boolean
Specifies whether the phase about to begin is an upload or download.
See Also
Reference
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace