MainPipe インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public interface class MainPipe : Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSPipeline100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.MainPipeClass))]
[System.Runtime.InteropServices.Guid("410E91E9-2C45-487A-851A-5B3DFE747329")]
public interface MainPipe : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSPipeline100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.MainPipeClass))>]
[<System.Runtime.InteropServices.Guid("410E91E9-2C45-487A-851A-5B3DFE747329")>]
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;
注釈
MainPipe (SQL Server Data Tools (SSDT) のData Flow タスクとして表示) は、COM インターフェイスのIDTSPipeline100マネージド実装です。 これは、パッケージでデータ フロー タスクをプログラムで作成または変更するときに、マネージ コードから使用されるインターフェイスです。 このオブジェクトで使用できるメソッドとプロパティの概要については、MainPipeClass のドキュメントを参照してください。
プロパティ
メソッド
| GetNextPasteID() | (継承元 IDTSPipeline100) |
| GetObjectByID(Int32) | (継承元 IDTSPipeline100) |
| New() | (継承元 IDTSPipeline100) |
| UpdateCacheOnInputColumns() | (継承元 IDTSPipeline100) |