Condividi tramite


Interfaccia IDTSExecutables100

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Represents a collection of IDTSExecutable100 objects.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
<GuidAttribute("0FAC005E-5ABD-4D1E-9B21-18F3DE622B24")> _
Public Interface IDTSExecutables100 _
    Inherits IEnumerable
'Utilizzo
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

Nel tipo IDTSExecutables100 sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Count Infrastruttura. Gets the number of elements contained in the collection.
Proprietà pubblica Item Infrastruttura. Gets an IDTSExecutable100 object from the collection.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Add Infrastruttura. Adds a new container or task object to the collection.
Metodo pubblico Contains Infrastruttura. Determines whether the items in the collection can be accessed using the index as the parameter.
Metodo pubblico GetEnumerator Infrastruttura. Returns an enumerator that can iterate through the collection.
Metodo pubblico Join Infrastruttura. Adds an existing container or task object to the collection.
Metodo pubblico Remove Infrastruttura. Removes an IDTSExecutable100 object from the collection.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper