言語

IDTSManagedComponentWrapper100 インターフェイス

定義

DTS管理コンポーネントラッパーを表します。

public interface class IDTSManagedComponentWrapper100
[System.Runtime.InteropServices.Guid("1F31C67A-3928-47C5-B3A2-ADE736AB9FA9")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IDTSManagedComponentWrapper100
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("CF135EC8-BB8C-4D9B-9BD0-C6E71CF24C8F")]
public interface IDTSManagedComponentWrapper100
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("1F0DFD1C-7774-4FF5-A5F0-84ED736BF6A7")]
public interface IDTSManagedComponentWrapper100
[<System.Runtime.InteropServices.Guid("1F31C67A-3928-47C5-B3A2-ADE736AB9FA9")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IDTSManagedComponentWrapper100 = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("CF135EC8-BB8C-4D9B-9BD0-C6E71CF24C8F")>]
type IDTSManagedComponentWrapper100 = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("1F0DFD1C-7774-4FF5-A5F0-84ED736BF6A7")>]
type IDTSManagedComponentWrapper100 = interface
Public Interface IDTSManagedComponentWrapper100
属性

メソッド

名前 説明
AddBLOBData(IDTSBuffer100, Int32, Int32, Byte[])

IDTSManagedComponentWrapper100用のBLOBデータを追加します。

AddBLOBDataLen(IDTSBuffer100, Int32, Int32, Byte[], UInt32)

IDTSManagedComponentWrapper100用のBLOBデータを追加します。

GetBLOBData(IDTSBuffer100, Int32, Int32, UInt32, UInt32)

BLOBデータを取得します。

WrapperAcquireConnections(Object)

コンポーネントラッパーの接続を取得します。

WrapperDeleteExternalMetadataColumn(Int32, Int32)

ラッパーから外部メタデータの列を削除します。

WrapperDeleteInput(Int32)

ラッパーから入力を削除します。

WrapperDeleteOutput(Int32)

ラッパーから出力を削除します。

WrapperDeleteOutputColumn(Int32, Int32)

ラッパーの出力列を削除します。

WrapperDescribeRedirectedErrorCode(Int32)

ラッパーのリダイレクトされたエラーコードを記述します。

WrapperInsertExternalMetadataColumnAt(Int32, Int32, String, String)

指定された列に外部メタデータを挿入します。

WrapperInsertInput(DTSInsertPlacement, Int32)

ラッパーからの入力を挿入します。

WrapperInsertOutput(DTSInsertPlacement, Int32)

ラッパーから出力を挿入します。

WrapperInsertOutputColumnAt(Int32, Int32, String, String)

指定された列にラッパーの出力を挿入します。

WrapperMapInputColumn(Int32, Int32, Int32)

ラッパーの入力列を特定します。

WrapperMapOutputColumn(Int32, Int32, Int32, Boolean)

ラッパーの出力列を特定します。

WrapperOnDeletingInputColumn(Int32, Int32)

入力列を削除します。

WrapperOnInputPathAttached(Int32)

入力パスが接続された際に発生した出来事を表します。

WrapperOnInputPathDetached(Int32)

入力パスが切り離されたときに発生したイベントを表します。

WrapperOnOutputPathAttached(Int32)

出力パスが接続された際に発生したイベントを表します。

WrapperProvideComponentProperties()

ラッパーのコンポーネントプロパティを提供します。

WrapperReinitializeMetaData()

ラッパーのメタデータを再初期化します。

WrapperReleaseConnections()

ラッパー接続を解除します。

WrapperSetComponentProperty(String, Object)

ラッパーのコンポーネントプロパティを設定します。

WrapperSetExternalMetadataColumnDataTypeProperties(Int32, Int32, DataType, Int32, Int32, Int32, Int32)

ラッパー用の外部メタデータカラムのデータ型プロパティを設定します。

WrapperSetExternalMetadataColumnProperty(Int32, Int32, String, Object)

ラッパーの外部メタデータカラムプロパティを設定します。

WrapperSetInputColumnProperty(Int32, Int32, String, Object)

入力カラムプロパティを設定します。

WrapperSetInputProperty(Int32, String, Object)

ラッパーの入力プロパティを設定します。

WrapperSetOutputColumnDataTypeProperties(Int32, Int32, DataType, Int32, Int32, Int32, Int32)

出力カラムのデータ型プロパティを設定します。

WrapperSetOutputColumnProperty(Int32, Int32, String, Object)

ラッパーの出力列プロパティを設定します。

WrapperSetOutputProperty(Int32, String, Object)

ラッパーの出力プロパティを設定します。

WrapperSetUsageType(Int32, IDTSVirtualInput100, Int32, DTSUsageType)

ラッパーの使用タイプを設定します。

WrapperValidate()

ラッパーを検証します。

適用対象