IDTSExternalMetadataColumnCollection90 Interface

Contains a collection of IDTSExternalMetadataColumn90 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
<TypeLibTypeAttribute(4160)> _
<DefaultMemberAttribute("Item")> _
<GuidAttribute("CC6D94F9-F447-4445-AB36-D786D7A21CB3")> _
Public Interface IDTSExternalMetadataColumnCollection90
    Inherits IEnumerable
[TypeLibTypeAttribute(4160)] 
[DefaultMemberAttribute("Item")] 
[GuidAttribute("CC6D94F9-F447-4445-AB36-D786D7A21CB3")] 
public interface IDTSExternalMetadataColumnCollection90 : IEnumerable
[TypeLibTypeAttribute(4160)] 
[DefaultMemberAttribute(L"Item")] 
[GuidAttribute(L"CC6D94F9-F447-4445-AB36-D786D7A21CB3")] 
public interface class IDTSExternalMetadataColumnCollection90 : IEnumerable
/** @attribute TypeLibTypeAttribute(4160) */ 
/** @attribute DefaultMemberAttribute("Item") */ 
/** @attribute GuidAttribute("CC6D94F9-F447-4445-AB36-D786D7A21CB3") */ 
public interface IDTSExternalMetadataColumnCollection90 extends IEnumerable
TypeLibTypeAttribute(4160) 
DefaultMemberAttribute("Item") 
GuidAttribute("CC6D94F9-F447-4445-AB36-D786D7A21CB3") 
public interface IDTSExternalMetadataColumnCollection90 extends IEnumerable

Hinweise

A data flow component populates and uses this collection to validate the columns in its IDTSInputColumnCollection90 or IDTSOutputColumnCollection90 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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

IDTSExternalMetadataColumnCollection90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace