IComponentErrorInfo.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.

请参阅

参考

IComponentErrorInfo 接口

Microsoft.SqlServer.Dts.Design 命名空间