Compartir a través de


Component Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Design
Ensamblado:  Microsoft.SqlServer.Dts.Design (en Microsoft.SqlServer.Dts.Design.dll)

Sintaxis

'Declaración
ReadOnly Property Component As IComponent
    Get
'Uso
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

Valor de la propiedad

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

Notas

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