Partager via


Propriété IComponentErrorInfo.Component

Returns the IComponent interface of the object that raised the event.

Espace de noms :  Microsoft.SqlServer.Dts.Design
Assembly :  Microsoft.SqlServer.Dts.Design (en Microsoft.SqlServer.Dts.Design.dll)

Syntaxe

'Déclaration
ReadOnly Property Component As IComponent 
    Get
'Utilisation
Dim instance As IComponentErrorInfo 
Dim value As IComponent 

value = instance.Component
IComponent Component { get; }
property IComponent^ Component {
    IComponent^ get ();
}
abstract Component : IComponent
function get Component () : IComponent

Valeur de propriété

Type : System.ComponentModel.IComponent
An IComponent that is the component associated with the error.

Notes

The name of the component is found in the SourceComponent property.

Voir aussi

Référence

IComponentErrorInfo Interface

Espace de noms Microsoft.SqlServer.Dts.Design