Freigeben über


IDTSPipelineComponentInfos100-Schnittstelle

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

For more information, see PipelineComponentInfos.

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

Syntax

'Declaration
<GuidAttribute("A09B7204-825B-4C1F-A82A-A7B68A475FF1")> _
Public Interface IDTSPipelineComponentInfos100 _
    Inherits IEnumerable
'Usage
Dim instance As IDTSPipelineComponentInfos100
[GuidAttribute("A09B7204-825B-4C1F-A82A-A7B68A475FF1")]
public interface IDTSPipelineComponentInfos100 : IEnumerable
[GuidAttribute(L"A09B7204-825B-4C1F-A82A-A7B68A475FF1")]
public interface class IDTSPipelineComponentInfos100 : IEnumerable
[<GuidAttribute("A09B7204-825B-4C1F-A82A-A7B68A475FF1")>]
type IDTSPipelineComponentInfos100 =  
    interface
        interface IEnumerable
    end
public interface IDTSPipelineComponentInfos100 extends IEnumerable

Der IDTSPipelineComponentInfos100-Typ macht folgende Elemente verfügbar.

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode GetEnumerator() () () () (Geerbt von IEnumerable.)
Öffentliche Methode GetEnumerator() () () () Infrastruktur For more information, see PipelineComponentInfos.

Zum Anfang