IDTSApplication100.GetRunningPackages(String) Method

Definition

Returns a IDTSRunningPackages100 collection that contains IDTSRunningPackage100 objects. This property is read-only.

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

Parameters

bstrMachineName
String

The instance of SQL Server that the application is running on.

Returns

A IDTSRunningPackages100 collection that contains the IDTSRunningPackage100 objects that represent all the packages that are currently executing on the computer.

Attributes

Applies to