Share via


IDTSExecutables100 Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Represents a collection of IDTSExecutable100 objects.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

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

The IDTSExecutables100 type exposes the following members.

Properties

  Name Description
Public property Count Infrastructure. Gets the number of elements contained in the collection.
Public property Item Infrastructure. Gets an IDTSExecutable100 object from the collection.

Top

Methods

  Name Description
Public method Add Infrastructure. Adds a new container or task object to the collection.
Public method Contains Infrastructure. Determines whether the items in the collection can be accessed using the index as the parameter.
Public method GetEnumerator Infrastructure. Returns an enumerator that can iterate through the collection.
Public method Join Infrastructure. Adds an existing container or task object to the collection.
Public method Remove Infrastructure. Removes an IDTSExecutable100 object from the collection.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace