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.

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

Syntax

'Declaration
<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

Remarks

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

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