Compartir a través de


Interfaz IDTSRunningPackages100

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

Contains a collection of IDTSRunningPackage100 objects.

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

Sintaxis

'Declaración
<GuidAttribute("76B14DD9-D400-4516-BC92-73683B7DDE56")> _
Public Interface IDTSRunningPackages100 _
    Inherits IEnumerable
'Uso
Dim instance As IDTSRunningPackages100
[GuidAttribute("76B14DD9-D400-4516-BC92-73683B7DDE56")]
public interface IDTSRunningPackages100 : IEnumerable
[GuidAttribute(L"76B14DD9-D400-4516-BC92-73683B7DDE56")]
public interface class IDTSRunningPackages100 : IEnumerable
[<GuidAttribute("76B14DD9-D400-4516-BC92-73683B7DDE56")>]
type IDTSRunningPackages100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSRunningPackages100 extends IEnumerable

El tipo IDTSRunningPackages100 expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Count Infraestructura. Gets the number of elements contained in the collection.
Propiedad pública Item Infraestructura. Gets the running package with the specified key.

Arriba

Métodos

  Nombre Descripción
Método público GetEnumerator Infraestructura. Gets an enumerator that iterates through the collection.

Arriba

Comentarios

For more information, see RunningPackages.

Vea también

Referencia

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