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 | |
---|---|---|
Count | Infraestructura. Gets the number of elements contained in the collection. | |
Item | Infraestructura. Gets an IDTSExecutable100 object from the collection. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Add | Infraestructura. Adds a new container or task object to the collection. | |
Contains | Infraestructura. Determines whether the items in the collection can be accessed using the index as the parameter. | |
GetEnumerator | Infraestructura. Returns an enumerator that can iterate through the collection. | |
Join | Infraestructura. Adds an existing container or task object to the collection. | |
Remove | Infraestructura. Removes an IDTSExecutable100 object from the collection. |
Arriba