共用方式為


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 命名空間