다음을 통해 공유


IComponentErrorInfo.SourceComponent 속성

Returns the name of the component where the error originated.

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

구문

‘선언
ReadOnly Property SourceComponent As String 
    Get
‘사용 방법
Dim instance As IComponentErrorInfo 
Dim value As String 

value = instance.SourceComponent
string SourceComponent { get; }
property String^ SourceComponent {
    String^ get ();
}
abstract SourceComponent : string
function get SourceComponent () : String

속성 값

유형: System.String
A String containing the name of the component.

주의

The IComponent interface for the component is found in the Component property.

참고 항목

참조

IComponentErrorInfo 인터페이스

Microsoft.SqlServer.Dts.Design 네임스페이스