Delen via


IDTSExecutables100 Interface

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

For more information, see Executables.

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

Syntax

'Declaration
<GuidAttribute("3A6C5A5A-00A8-45B3-B60E-13540CBE3F4F")> _
Public Interface IDTSExecutables100 _
    Inherits IEnumerable
'Usage
Dim instance As IDTSExecutables100
[GuidAttribute("3A6C5A5A-00A8-45B3-B60E-13540CBE3F4F")]
public interface IDTSExecutables100 : IEnumerable
[GuidAttribute(L"3A6C5A5A-00A8-45B3-B60E-13540CBE3F4F")]
public interface class IDTSExecutables100 : IEnumerable
[<GuidAttribute("3A6C5A5A-00A8-45B3-B60E-13540CBE3F4F")>]
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. For more information, see Executables.
Public property Item Infrastructure. For more information, see Executables.

Top

Methods

  Name Description
Public method Add Infrastructure. For more information, see Executables.
Public method Contains Infrastructure. For more information, see Executables.
Public method GetEnumerator() (Inherited from IEnumerable.)
Public method GetEnumerator() Infrastructure. For more information, see Executables.
Public method Join Infrastructure. For more information, see Executables.
Public method Remove Infrastructure. For more information, see Executables.

Top