IDTSComponentMetaData90 Interface

Contains the definition of a data flow component, including the custom properties, inputs, outputs, and input and output columns defined on a data flow component.

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

Syntaxe

'Déclaration
<TypeLibTypeAttribute(4160)> _
<GuidAttribute("D14BB312-213E-449A-9C38-42979B9548A0")> _
Public Interface IDTSComponentMetaData90
    Inherits IDTSObject90
[TypeLibTypeAttribute(4160)] 
[GuidAttribute("D14BB312-213E-449A-9C38-42979B9548A0")] 
public interface IDTSComponentMetaData90 : IDTSObject90
[TypeLibTypeAttribute(4160)] 
[GuidAttribute(L"D14BB312-213E-449A-9C38-42979B9548A0")] 
public interface class IDTSComponentMetaData90 : IDTSObject90
/** @attribute TypeLibTypeAttribute(4160) */ 
/** @attribute GuidAttribute("D14BB312-213E-449A-9C38-42979B9548A0") */ 
public interface IDTSComponentMetaData90 extends IDTSObject90
TypeLibTypeAttribute(4160) 
GuidAttribute("D14BB312-213E-449A-9C38-42979B9548A0") 
public interface IDTSComponentMetaData90 extends IDTSObject90

Notes

The IDTSComponentMetaData90 describes the layout of a data flow component. It contains the input and output objects, input and output columns, and the custom properties of the component. It also contains information that identifies the assembly, or DLL, that is created during design time and execution of the component. A reference to the metadata for a component is obtained by creating a new component, using the New method, or by accessing an existing component in the ComponentMetaDataCollection collection of the MainPipeClass class.

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

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