Partager via


PipelineComponent.ComponentMetaData Property

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

Espace de noms: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)

Syntaxe

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

Valeur de propriété

The IDTSComponentMetaData90 of the data flow component.

Notes

Components are described and persisted by their ComponentMetaData. In addition to identifying a component by the ComponentClassID property, the metadata contains the collection of IDTSInput90, IDTSOutput90, IDTSInputColumn90 and IDTSOutputColumn90 objects, in addition to any IDTSCustomProperty90 objects defined by the component.

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

Sécurité des threads

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

PipelineComponent Class
PipelineComponent Members
Microsoft.SqlServer.Dts.Pipeline Namespace