IDTSExternalMetadataColumnCollection100 인터페이스

정의

외부 데이터 원본의 열을 나타내는 IDTSExternalMetadataColumn100 개체의 컬렉션을 포함합니다.

public interface class IDTSExternalMetadataColumnCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("E8B26BC5-3188-469E-B3D2-DD70B489B612")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSExternalMetadataColumnCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("8CC6DE87-DD97-4F02-92DC-DA4633A50B64")]
public interface IDTSExternalMetadataColumnCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("C730001F-1CF6-47E6-A724-0497BB62716A")]
public interface IDTSExternalMetadataColumnCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("E8B26BC5-3188-469E-B3D2-DD70B489B612")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSExternalMetadataColumnCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("8CC6DE87-DD97-4F02-92DC-DA4633A50B64")>]
type IDTSExternalMetadataColumnCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("C730001F-1CF6-47E6-A724-0497BB62716A")>]
type IDTSExternalMetadataColumnCollection100 = interface
    interface IEnumerable
Public Interface IDTSExternalMetadataColumnCollection100
Implements IEnumerable
특성
구현

설명

데이터 흐름 구성 요소는 이 컬렉션을 채우고 사용하여 속성 false 이 있거나 SSIS 디자이너가 오프라인 모드일 때 열 ValidateExternalMetadataIDTSInputColumnCollection100IDTSOutputColumnCollection100 의 유효성을 검사합니다.

컬렉션은 일반적으로 원본 또는 대상 구성 요소에서 사용하는 외부 데이터 원본의 열을 나타냅니다. 컬렉션을 사용하면 구성 요소가 원본 자체에 대한 비용이 많이 드는 시간 소모적인 왕복 없이 유효성 검사를 수행할 수 있습니다.

구성 요소에서 외부 메타데이터 열을 구현하는 방법에 대한 자세한 내용은 외부 메타데이터 구현을 참조하세요.

속성

Count

IDTSExternalMetadataColumnCollection100에 포함된 요소 수를 가져옵니다.

IsUsed

컬렉션이 구성 요소로 채워졌는지 여부를 나타내는 값을 가져오거나 설정합니다.

Item[Object]

Index 매개 변수로 지정된 IDTSExternalMetadataColumn100 개체를 가져옵니다.

메서드

FindObjectByID(Int32)

컬렉션에 있는 개체를 해당 ID로 찾습니다.

FindObjectIndexByID(Int32)

컬렉션에 있는 개체의 인덱스를 해당 ID로 찾습니다.

GetEnumerator()

IDTSExternalMetadataColumnCollection100을 반복할 수 있는 열거자를 반환합니다.

GetObjectByID(Int32)

지정된 ID의 IDTSExternalMetadataColumn100 개체를 가져옵니다.

GetObjectIndexByID(Int32)

지정된 ID를 갖는 IDTSExternalMetadataColumn100 개체의 인덱스를 가져옵니다.

New()

IDTSExternalMetadataColumn100 개체를 만들어 컬렉션의 끝에 추가합니다.

NewAt(Int32)

컬렉션의 지정된 위치에 새 IDTSExternalMetadataColumn100 개체를 만듭니다.

RemoveAll()

컬렉션에서 각 IDTSExternalMetadataColumn100 개체를 삭제합니다.

RemoveObjectByID(Int32)

지정된 ID의 IDTSExternalMetadataColumn100 개체를 제거합니다.

RemoveObjectByIndex(Object)

지정된 인덱스에서 IDTSExternalMetadataColumn100 개체를 제거합니다.

SetIndex(Int32, Int32)

IDTSExternalMetadataColumn100 개체의 컬렉션 내 위치를 변경합니다.

적용 대상