IDTSDataTapConfiguration100.UpdateExecutingPackagesCount Method

Definition

Updates the count of the executing packages.

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)

Parameters

isStart
Boolean

true to execute the isStart parameter; otherwise, false.

pEvents
IDTSInfoEvents100

An object that implements the IDTSInfoEvents100 events interface to raise errors, warning, or informational events.

Applies to