Partager via


Interface IDTSPipelineComponentInfos100

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

For more information, see PipelineComponentInfos.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (dans Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
<GuidAttribute("A09B7204-825B-4C1F-A82A-A7B68A475FF1")> _
Public Interface IDTSPipelineComponentInfos100 _
    Inherits IEnumerable
'Utilisation
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