Udostępnij przez


PipelineComponent.ComponentMetaData Property

Gets the IDTSComponentMetaData100 for a component. This property is not CLS-compliant.

Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)

Syntax

'Deklaracja
<CLSCompliantAttribute(False)> _
Public ReadOnly Property ComponentMetaData As IDTSComponentMetaData100
[CLSCompliantAttribute(false)] 
public IDTSComponentMetaData100 ComponentMetaData { get; }
[CLSCompliantAttribute(false)] 
public:
property IDTSComponentMetaData100^ ComponentMetaData {
    IDTSComponentMetaData100^ get ();
}
/** @property */
public IDTSComponentMetaData100 get_ComponentMetaData ()
public function get ComponentMetaData () : IDTSComponentMetaData100

Property Value

The IDTSComponentMetaData100 of the data flow component.

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.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.