次の方法で共有


IDTSExternalMetadataColumnCollection100 インターフェイス

定義

public interface class IDTSExternalMetadataColumnCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("EA1D54B3-800D-429A-BB65-E5921A02F886")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSExternalMetadataColumnCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("EA1D54B3-800D-429A-BB65-E5921A02F886")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSExternalMetadataColumnCollection100 = interface
    interface IEnumerable
Public Interface IDTSExternalMetadataColumnCollection100
Implements IEnumerable
属性
実装

注釈

データ フロー コンポーネントは、このコレクションを設定して使用して、プロパティが false の場合ValidateExternalMetadata、または IDTSOutputColumnCollection100 SSIS デザイナーがオフライン モードの場合に列IDTSInputColumnCollection100を検証します。

このコレクションは、通常、変換元コンポーネントまたは変換先コンポーネントが使用する外部データ ソースの列を表します。 このコレクションを使用することにより、コンポーネントは、負担が大きく時間のかかる自身へのラウンドトリップを行わずに検証を実行できます。

コンポーネントに外部メタデータ列を実装する方法の詳細については、「 外部メタデータの実装」を参照してください。

プロパティ

Count
IsUsed
Item[Object]

メソッド

FindObjectByID(Int32)
FindObjectIndexByID(Int32)
GetEnumerator()
GetObjectByID(Int32)
GetObjectIndexByID(Int32)
New()
NewAt(Int32)
RemoveAll()
RemoveObjectByID(Int32)
RemoveObjectByIndex(Object)
SetIndex(Int32, Int32)

適用対象