Compartir a través de


IDTSRuntimeComponent90.ComponentMetaData Property

Sets the IDTSComponentMetaData90 for a component.

Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Sintaxis

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

Valor de propiedad

The IDTSComponentMetaData90 of the component.

Notas

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 IDTSInput90, IDTSOutput90, IDTSInputColumn90, and IDTSOutputColumn90 objects, and any IDTSCustomProperty90 objects defined by the component.

During package design, the ComponentMetaData is modified, validated, and finally persisted in the package XML.

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

IDTSRuntimeComponent90 Interface
IDTSRuntimeComponent90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace