IDTSExternalMetadataColumnCollection90 Interface

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

Espace de noms: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Syntaxe

'Déclaration
<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

Notes

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

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