IDTSDataTapConfiguration100.UpdateExecutingPackagesCount(Boolean, IDTSInfoEvents100) Metodo

Definizione

Aggiorna il conteggio dei pacchetti in esecuzione.

public:
 void UpdateExecutingPackagesCount(bool isStart, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSInfoEvents100 ^ pEvents);
public void UpdateExecutingPackagesCount (bool isStart, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 pEvents);
abstract member UpdateExecutingPackagesCount : bool * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 -> unit
Public Sub UpdateExecutingPackagesCount (isStart As Boolean, pEvents As IDTSInfoEvents100)

Parametri

isStart
Boolean

true per eseguire il parametro di avvio. in caso contrario, false.

pEvents
IDTSInfoEvents100

Oggetto che implementa l'interfaccia di eventi IDTSInfoEvents100 per la generazione di errori, avvisi o eventi informativi.

Si applica a