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.

네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

구문

‘선언
<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

주의

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.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

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