Compartir a través de


Interfaz IDTSExecutables100

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

Represents a collection of IDTSExecutable100 objects.

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

Sintaxis

'Declaración
<GuidAttribute("0FAC005E-5ABD-4D1E-9B21-18F3DE622B24")> _
Public Interface IDTSExecutables100 _
    Inherits IEnumerable
'Uso
Dim instance As IDTSExecutables100
[GuidAttribute("0FAC005E-5ABD-4D1E-9B21-18F3DE622B24")]
public interface IDTSExecutables100 : IEnumerable
[GuidAttribute(L"0FAC005E-5ABD-4D1E-9B21-18F3DE622B24")]
public interface class IDTSExecutables100 : IEnumerable
[<GuidAttribute("0FAC005E-5ABD-4D1E-9B21-18F3DE622B24")>]
type IDTSExecutables100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSExecutables100 extends IEnumerable

El tipo IDTSExecutables100 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 an IDTSExecutable100 object from the collection.

Arriba

Métodos

  Nombre Descripción
Método público Add Infraestructura. Adds a new container or task object to the collection.
Método público Contains Infraestructura. Determines whether the items in the collection can be accessed using the index as the parameter.
Método público GetEnumerator Infraestructura. Returns an enumerator that can iterate through the collection.
Método público Join Infraestructura. Adds an existing container or task object to the collection.
Método público Remove Infraestructura. Removes an IDTSExecutable100 object from the collection.

Arriba

Vea también

Referencia

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