Interface IDTSExecutables100
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Represents a collection of IDTSExecutable100 objects.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
<GuidAttribute("0FAC005E-5ABD-4D1E-9B21-18F3DE622B24")> _
Public Interface IDTSExecutables100 _
Inherits IEnumerable
'Utilisation
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
Le type IDTSExecutables100 expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
![]() |
Count | Infrastructure. Gets the number of elements contained in the collection. |
![]() |
Item | Infrastructure. Gets an IDTSExecutable100 object from the collection. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
![]() |
Add | Infrastructure. Adds a new container or task object to the collection. |
![]() |
Contains | Infrastructure. Determines whether the items in the collection can be accessed using the index as the parameter. |
![]() |
GetEnumerator | Infrastructure. Returns an enumerator that can iterate through the collection. |
![]() |
Join | Infrastructure. Adds an existing container or task object to the collection. |
![]() |
Remove | Infrastructure. Removes an IDTSExecutable100 object from the collection. |
Haut de la page