Condividi tramite


Proprietà Component

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

Spazio dei nomi:  Microsoft.SqlServer.Dts.Design
Assembly:  Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)

Sintassi

'Dichiarazione
ReadOnly Property Component As IComponent
    Get
'Utilizzo
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

Valore proprietà

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

Osservazioni

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