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

Hinweise

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.

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

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