Share via


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.

Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Sintaxis

'Declaración
<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

Notas

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

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