Свойство Component

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

Пространство имен:  Microsoft.SqlServer.Dts.Design
Сборка:  Microsoft.SqlServer.Dts.Design (в Microsoft.SqlServer.Dts.Design.dll)

Синтаксис

'Декларация
ReadOnly Property Component As IComponent
    Get
'Применение
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

Значение свойства

Тип: System.ComponentModel. . :: . .IComponent
An IComponent that is the component associated with the error.

Замечания

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