ManagedComponentHost.HostDeleteOutputColumn メソッド
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
コンポーネント ホストの出力列を削除します。
名前空間: Microsoft.SqlServer.Dts.Pipeline
アセンブリ: Microsoft.SqlServer.PipelineHost (Microsoft.SqlServer.PipelineHost.dll)
構文
'宣言
Public Sub HostDeleteOutputColumn ( _
wrapper As IDTSManagedComponentWrapper100, _
outputID As Integer, _
outputColumnID As Integer _
)
'使用
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100
Dim outputID As Integer
Dim outputColumnID As Integer
instance.HostDeleteOutputColumn(wrapper, _
outputID, outputColumnID)
public void HostDeleteOutputColumn(
IDTSManagedComponentWrapper100 wrapper,
int outputID,
int outputColumnID
)
public:
virtual void HostDeleteOutputColumn(
IDTSManagedComponentWrapper100^ wrapper,
int outputID,
int outputColumnID
) sealed
abstract HostDeleteOutputColumn :
wrapper:IDTSManagedComponentWrapper100 *
outputID:int *
outputColumnID:int -> unit
override HostDeleteOutputColumn :
wrapper:IDTSManagedComponentWrapper100 *
outputID:int *
outputColumnID:int -> unit
public final function HostDeleteOutputColumn(
wrapper : IDTSManagedComponentWrapper100,
outputID : int,
outputColumnID : int
)
パラメーター
- wrapper
型: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
コンポーネント ラッパーです。
- outputID
型: System.Int32
出力 ID です。
- outputColumnID
型: System.Int32
出力列の識別子です。
実装
IDTSManagedComponentHost100.HostDeleteOutputColumn(IDTSManagedComponentWrapper100, Int32, Int32)