Share via


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 네임스페이스