Compartir a través de


IDTSApplication100.GetRunningPackages Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Function GetRunningPackages ( _
    bstrMachineName As String _
) As IDTSRunningPackages100
'Uso
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

Parámetros

  • bstrMachineName
    Tipo: System.String
    The instance of SQL Server that the application is running on.

Valor devuelto

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSRunningPackages100
A IDTSRunningPackages100 collection that contains the IDTSRunningPackage100 objects that represent all the packages that are currently executing on the computer.

Vea también

Referencia

IDTSApplication100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper