Compartilhar via


Propriedade do RDL IComponentErrorInfo.Component

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

Namespace:  Microsoft.SqlServer.Dts.Design
Assembly:  Microsoft.SqlServer.Dts.Design (em Microsoft.SqlServer.Dts.Design.dll)

Sintaxe

'Declaração
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 da propriedade

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

Comentários

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

Consulte também

Referência

IComponentErrorInfo Interface

Namespace Microsoft.SqlServer.Dts.Design