다음을 통해 공유


Component 속성

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

네임스페이스:  Microsoft.SqlServer.Dts.Design
어셈블리:  Microsoft.SqlServer.Dts.Design.dll의 Microsoft.SqlServer.Dts.Design

구문

‘선언
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.