IDTSRuntimeComponent100.ComponentMetaData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the IDTSComponentMetaData100 for a component.
public:
property Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSComponentMetaData100 ^ ComponentMetaData { void set(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSComponentMetaData100 ^ value); };
[System.Runtime.InteropServices.DispId(20)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100 ComponentMetaData { [System.Runtime.InteropServices.DispId(20)] set; }
[<System.Runtime.InteropServices.DispId(20)>]
[<set: System.Runtime.InteropServices.DispId(20)>]
member this.ComponentMetaData : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100
Public Property ComponentMetaData As IDTSComponentMetaData100
Property Value
The IDTSComponentMetaData100 of the component.
- Attributes
Remarks
Components are described and persisted by their ComponentMetaData. Component metadata serves to identify the component through the ComponentClassID property. The metadata also contains the collection of IDTSInput100, IDTSOutput100, IDTSInputColumn100, and IDTSOutputColumn100 objects, and any IDTSCustomProperty100 objects defined by the component.
During package design, the ComponentMetaData is modified, validated, and finally persisted in the package XML.