ApplicationClass.GetRunningPackages(String) Method

Definition

Returns a RunningPackages collection that contains RunningPackage objects.

public:
 virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSRunningPackages100 ^ GetRunningPackages(System::String ^ bstrMachineName) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication130::GetRunningPackages;
public:
 virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSRunningPackages100 ^ GetRunningPackages(System::String ^ bstrMachineName) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication150::GetRunningPackages;
[System.Runtime.InteropServices.DispId(37)]
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSRunningPackages100 GetRunningPackages (string bstrMachineName);
[<System.Runtime.InteropServices.DispId(37)>]
abstract member GetRunningPackages : string -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSRunningPackages100
override this.GetRunningPackages : string -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSRunningPackages100
Public Overridable Function GetRunningPackages (bstrMachineName As String) As IDTSRunningPackages100

Parameters

bstrMachineName
String

The instance of SQL Server that the application is running on

Returns

A RunningPackages collection that contains the RunningPackage objects that represent all the packages that are currently executing on the computer.

Implements

Attributes

Applies to