इसके माध्यम से साझा किया गया


IDTSApplication100.GetRunningPackages Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

For more information, see ApplicationClass.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Function GetRunningPackages ( _
    bstrMachineName As String _
) As IDTSRunningPackages100
'Usage
Dim instance As IDTSApplication100
Dim bstrMachineName As String
Dim returnValue As IDTSRunningPackages100

returnValue = instance.GetRunningPackages(bstrMachineName)
IDTSRunningPackages100 GetRunningPackages(
    string bstrMachineName
)
IDTSRunningPackages100^ GetRunningPackages(
    [InAttribute] String^ bstrMachineName
)
abstract GetRunningPackages : 
        bstrMachineName:string -> IDTSRunningPackages100 
function GetRunningPackages(
    bstrMachineName : String
) : IDTSRunningPackages100

Parameters