Freigeben über


IDTSExecutables100-Schnittstelle

Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Der IDTSExecutables100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Infrastruktur For more information, see Executables.
Öffentliche Eigenschaft Item Infrastruktur For more information, see Executables.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Add Infrastruktur For more information, see Executables.
Öffentliche Methode Contains Infrastruktur For more information, see Executables.
Öffentliche Methode GetEnumerator() () () () (Geerbt von IEnumerable.)
Öffentliche Methode GetEnumerator() () () () Infrastruktur For more information, see Executables.
Öffentliche Methode Join Infrastruktur For more information, see Executables.
Öffentliche Methode Remove Infrastruktur For more information, see Executables.

Zum Anfang