IDTSPipeline100 介面
Defines the methods and properties implemented by the data flow task.
命名空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件: Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)
語法
'宣告
<GuidAttribute("89CEBA86-EC51-4C62-A2D3-E9AA4FC28900")> _
Public Interface IDTSPipeline100 _
Inherits IDTSObjectModel100
'用途
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
備註
The MainPipeClass implements the properties and methods defined in this interface and represents the Data Flow Task.