Freigeben über


IDTSPipelineComponentInfos100-Schnittstelle

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

Provides properties and methods for working on a collection of IDTSPipelineComponentInfo100 objects.

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

Syntax

'Declaration
<GuidAttribute("DC6BF235-A348-46FC-AEC7-9095CAE9FD93")> _
Public Interface IDTSPipelineComponentInfos100 _
    Inherits IEnumerable
'Usage
Dim instance As IDTSPipelineComponentInfos100
[GuidAttribute("DC6BF235-A348-46FC-AEC7-9095CAE9FD93")]
public interface IDTSPipelineComponentInfos100 : IEnumerable
[GuidAttribute(L"DC6BF235-A348-46FC-AEC7-9095CAE9FD93")]
public interface class IDTSPipelineComponentInfos100 : IEnumerable
[<GuidAttribute("DC6BF235-A348-46FC-AEC7-9095CAE9FD93")>]
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 Gets the number of elements contained in the IDTSPipelineComponentInfos100 instance.
Öffentliche Eigenschaft Item Infrastruktur Gets the IDTSPipelineComponentInfo100 object from the collection.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode GetEnumerator Infrastruktur Returns an enumerator for use in iterating over the IDTSPipelineComponentInfos100 collection.

Zum Anfang

Hinweise

For more information, see PipelineComponentInfos.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace