IDTSPipeline100 Interface

Defines the methods and properties implemented by the data flow task.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
<GuidAttribute("89CEBA86-EC51-4C62-A2D3-E9AA4FC28900")> _
Public Interface IDTSPipeline100 _
    Inherits IDTSObjectModel100
'Usage
Dim instance As IDTSPipeline100
[GuidAttribute("89CEBA86-EC51-4C62-A2D3-E9AA4FC28900")]
public interface IDTSPipeline100 : IDTSObjectModel100
[GuidAttribute(L"89CEBA86-EC51-4C62-A2D3-E9AA4FC28900")]
public interface class IDTSPipeline100 : IDTSObjectModel100
[<GuidAttribute("89CEBA86-EC51-4C62-A2D3-E9AA4FC28900")>]
type IDTSPipeline100 =  
    interface
        interface IDTSObjectModel100
    end
public interface IDTSPipeline100 extends IDTSObjectModel100

Remarks

The MainPipeClass implements the properties and methods defined in this interface and represents the Data Flow Task.