Udostępnij przez


IDTSRuntimeComponent100.ComponentMetaData Property

Sets the IDTSComponentMetaData100 for a component.

Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Syntax

'Deklaracja
<DispIdAttribute(20)> _
WriteOnly Property ComponentMetaData As IDTSComponentMetaData100
[DispIdAttribute(20)] 
IDTSComponentMetaData100 ComponentMetaData { set; }
[DispIdAttribute(20)] 
property IDTSComponentMetaData100^ ComponentMetaData {
    void set ([InAttribute] IDTSComponentMetaData100^ A_1);
}
/** @property */
/** @attribute DispIdAttribute(20) */ 
void set_ComponentMetaData (/** @attribute InAttribute() */ IDTSComponentMetaData100 A_1)
DispIdAttribute(20) 
function set ComponentMetaData (A_1 : IDTSComponentMetaData100)

Property Value

The IDTSComponentMetaData100 of the component.

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.

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.