Click to Rate and Give Feedback
MSDN
MSDN Library
Collapse All/Expand All Collapse All
Other versions are also available for the following:
PipelineComponent..::.ComponentMetaData Property

Gets the IDTSComponentMetaData100 for a component.

This API is not CLS-compliant. 

Namespace:  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Visual Basic (Declaration)
<CLSCompliantAttribute(False)> _
Public ReadOnly Property ComponentMetaData As IDTSComponentMetaData100
    Get
Visual Basic (Usage)
Dim instance As PipelineComponent
Dim value As IDTSComponentMetaData100

value = instance.ComponentMetaData
C#
[CLSCompliantAttribute(false)]
public IDTSComponentMetaData100 ComponentMetaData { get; }
Visual C++
[CLSCompliantAttribute(false)]
public:
property IDTSComponentMetaData100^ ComponentMetaData {
    IDTSComponentMetaData100^ get ();
}
F#
[<CLSCompliantAttribute(false)>]
member ComponentMetaData : IDTSComponentMetaData100
JScript
function get ComponentMetaData () : IDTSComponentMetaData100

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.

© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker