IDTSExternalMetadataColumnCollection100 Interface

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

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
<GuidAttribute("E472B6AE-202C-4C67-8F44-7D7EE3807A44")> _
Public Interface IDTSExternalMetadataColumnCollection100 _
    Inherits IEnumerable
'Usage
Dim instance As IDTSExternalMetadataColumnCollection100
[GuidAttribute("E472B6AE-202C-4C67-8F44-7D7EE3807A44")]
public interface IDTSExternalMetadataColumnCollection100 : IEnumerable
[GuidAttribute(L"E472B6AE-202C-4C67-8F44-7D7EE3807A44")]
public interface class IDTSExternalMetadataColumnCollection100 : IEnumerable
[<GuidAttribute("E472B6AE-202C-4C67-8F44-7D7EE3807A44")>]
type IDTSExternalMetadataColumnCollection100 =  
    interface
        interface IEnumerable
    end
public interface IDTSExternalMetadataColumnCollection100 extends IEnumerable

Remarks

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 Implementing External Metadata.