IDTSApplication100.GetRunningPackages(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSRunningPackages100 ^ GetRunningPackages(System::String ^ bstrMachineName);
[System.Runtime.InteropServices.DispId(37)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSRunningPackages100 GetRunningPackages (string bstrMachineName);
[<System.Runtime.InteropServices.DispId(37)>]
abstract member GetRunningPackages : string -> Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSRunningPackages100
Public Function GetRunningPackages (bstrMachineName As String) As IDTSRunningPackages100
Parameters
- bstrMachineName
- String
Returns
A IDTSRunningPackages100 collection that contains the IDTSRunningPackage100 objects that represent all the packages that are currently executing on the computer.
- Attributes