다음을 통해 공유


SourceComponent 속성

Returns the name of the component where the error originated.

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

구문

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