Metoda IBusinessLogicResolver.InvokePhaseBegin
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.SqlServer.Replication.BusinessLogicSupport
Zestaw: Microsoft.SqlServer.Replication.BusinessLogicSupport (w Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Składnia
'Deklaracja
Public MustOverride Sub InvokePhaseBegin ( _
download As Boolean _
)
'Użycie
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
)
Parametry
- download
Typ: System.Boolean
Zobacz także