Свойство 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