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.