Interfaccia IDTSPipelineComponentInfos100

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
<GuidAttribute("DC6BF235-A348-46FC-AEC7-9095CAE9FD93")> _
Public Interface IDTSPipelineComponentInfos100 _
    Inherits IEnumerable
'Utilizzo
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

Nel tipo IDTSPipelineComponentInfos100 sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Count Infrastruttura. Gets the number of elements contained in the IDTSPipelineComponentInfos100 instance.
Proprietà pubblica Item Infrastruttura. Gets the IDTSPipelineComponentInfo100 object from the collection.

In alto

Metodi

  Nome Descrizione
Metodo pubblico GetEnumerator Infrastruttura. Returns an enumerator for use in iterating over the IDTSPipelineComponentInfos100 collection.

In alto

Osservazioni

For more information, see PipelineComponentInfos.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper