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 | |
---|---|---|
Count | Infrastruttura. Gets the number of elements contained in the collection. | |
Item | Infrastruttura. Gets an IDTSExecutable100 object from the collection. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Add | Infrastruttura. Adds a new container or task object to the collection. | |
Contains | Infrastruttura. Determines whether the items in the collection can be accessed using the index as the parameter. | |
GetEnumerator | Infrastruttura. Returns an enumerator that can iterate through the collection. | |
Join | Infrastruttura. Adds an existing container or task object to the collection. | |
Remove | Infrastruttura. Removes an IDTSExecutable100 object from the collection. |
In alto