PipelineComponent.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.
Important
This API is not CLS-compliant.
Gets the IDTSComponentMetaData100 for a component.
public:
property Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSComponentMetaData100 ^ ComponentMetaData { Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSComponentMetaData100 ^ get(); };
[System.CLSCompliant(false)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100 ComponentMetaData { get; }
[<System.CLSCompliant(false)>]
member this.ComponentMetaData : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100
Public ReadOnly Property ComponentMetaData As IDTSComponentMetaData100
Property Value
The IDTSComponentMetaData100 of the data flow component.
- Attributes
Remarks
Components are described and persisted by their ComponentMetaData. In addition to identifying a component by the ComponentClassID property, the metadata contains the collection of IDTSInput100, IDTSOutput100, IDTSInputColumn100 and IDTSOutputColumn100 objects, in addition to any IDTSCustomProperty100 objects defined by the component.
During package design, the ComponentMetaData is modified, validated, and finally persisted in the package XML.