IDTSExternalMetadataColumnCollection100 인터페이스

Contains a collection of IDTSExternalMetadataColumn100 objects that represent the columns of an external data source.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)

구문

‘선언
<GuidAttribute("290C88E9-1A96-4A2A-8F41-454B48AC90AE")> _
Public Interface IDTSExternalMetadataColumnCollection100 _
    Inherits IEnumerable
‘사용 방법
Dim instance As IDTSExternalMetadataColumnCollection100
[GuidAttribute("290C88E9-1A96-4A2A-8F41-454B48AC90AE")]
public interface IDTSExternalMetadataColumnCollection100 : IEnumerable
[GuidAttribute(L"290C88E9-1A96-4A2A-8F41-454B48AC90AE")]
public interface class IDTSExternalMetadataColumnCollection100 : IEnumerable
[<GuidAttribute("290C88E9-1A96-4A2A-8F41-454B48AC90AE")>]
type IDTSExternalMetadataColumnCollection100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSExternalMetadataColumnCollection100 extends IEnumerable

IDTSExternalMetadataColumnCollection100 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 Count Gets the number of elements contained in an IDTSExternalMetadataColumnCollection100.
공용 속성 IsUsed Gets or sets a value that indicates whether the collection is populated by the component.
공용 속성 Item Gets the IDTSExternalMetadataColumn100 object specified by the Index parameter.

맨 위로 이동

메서드

  이름 설명
공용 메서드 FindObjectByID Locates an object in the collection by its ID.
공용 메서드 FindObjectIndexByID Locates the index of an object in the collection by its ID.
공용 메서드 GetEnumerator Returns an enumerator that can iterate through an IDTSExternalMetadataColumnCollection100.
공용 메서드 GetObjectByID Gets an IDTSExternalMetadataColumn100 object that has the specified ID.
공용 메서드 GetObjectIndexByID Gets the index of an IDTSExternalMetadataColumn100 object that has the specified ID.
공용 메서드 New Creates a new IDTSExternalMetadataColumn100 object and adds it to the end of a collection.
공용 메서드 NewAt Creates a new IDTSExternalMetadataColumn100 at the specified location in a collection.
공용 메서드 RemoveAll Deletes each IDTSExternalMetadataColumn100 object in a collection.
공용 메서드 RemoveObjectByID Removes an IDTSExternalMetadataColumn100 object that has the specified ID.
공용 메서드 RemoveObjectByIndex Removes an IDTSExternalMetadataColumn100 object at the specified index.
공용 메서드 SetIndex Changes the location in the collection of an IDTSExternalMetadataColumn100 object.

맨 위로 이동

주의

A data flow component populates and uses this collection to validate the columns in its IDTSInputColumnCollection100 or IDTSOutputColumnCollection100 when the ValidateExternalMetadata property is false or when the SSIS Designer is in offline mode.

The collection typically represents the columns of an external data source used by a source or destination component. Use of the collection allows the component to perform validation without an expensive, time-consuming round trip to the source itself.

For more information about implementing external metadata columns in components see 외부 메타데이터 구현.

참고 항목

참조

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스