Interface IDTSExecutables100
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents a collection of IDTSExecutable100 objects.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
<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
O tipo IDTSExecutables100 expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Count | Infraestrutura. Gets the number of elements contained in the collection. | |
Item | Infraestrutura. Gets an IDTSExecutable100 object from the collection. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Add | Infraestrutura. Adds a new container or task object to the collection. | |
Contains | Infraestrutura. Determines whether the items in the collection can be accessed using the index as the parameter. | |
GetEnumerator | Infraestrutura. Returns an enumerator that can iterate through the collection. | |
Join | Infraestrutura. Adds an existing container or task object to the collection. | |
Remove | Infraestrutura. Removes an IDTSExecutable100 object from the collection. |
Início