MainPipe インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public interface class MainPipe : Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSPipeline100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.MainPipeClass))]
[System.Runtime.InteropServices.Guid("6D3931AC-822D-414C-8F10-7447A54BA55C")]
public interface MainPipe : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSPipeline100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.MainPipeClass))>]
[<System.Runtime.InteropServices.Guid("6D3931AC-822D-414C-8F10-7447A54BA55C")>]
type MainPipe = interface
interface IDTSPipeline100
Public Interface MainPipe
Implements IDTSPipeline100
- 派生
- 属性
- 実装
例
以下のコード例では、MainPipeオブジェクトをPackageに追加し、TaskHostの InnerObject プロパティを使って MainPipe を取得します。
Package p = new Package();
Executable e = p.Executables.Add("DTS.Pipeline.1");
TaskHost thMainPipe = e as TaskHost;
MainPipe dataFlowTask = thMainPipe.InnerObject as MainPipe;
注釈
メインパイプ(SQL Server Data ToolsのData Flowタスク(SSDT)として表示)は、IDTSPipeline100COMインターフェースの管理された実装です。 これは、 Package内でデータフロータスクをプログラム的に作成または変更する際にマネージドコードから使われるインターフェースです。 このオブジェクトで利用可能なメソッドやプロパティの概要については、 MainPipeClass ドキュメントをご覧ください。
プロパティ
メソッド
| 名前 | 説明 |
|---|---|
| GetNextPasteID() | (継承元 IDTSPipeline100) |
| GetObjectByID(Int32) | (継承元 IDTSPipeline100) |
| New() | (継承元 IDTSPipeline100) |
| UpdateCacheOnInputColumns() | (継承元 IDTSPipeline100) |