Свойство IComponentErrorInfo.SubComponent

Returns an arbitrary String that identifies the sub-module within a source: for example, the transform in a Pipeline task.

Пространство имен:  Microsoft.SqlServer.Dts.Design
Сборка:  Microsoft.SqlServer.Dts.Design (в Microsoft.SqlServer.Dts.Design.dll)

Синтаксис

'Декларация
ReadOnly Property SubComponent As String 
    Get
'Применение
Dim instance As IComponentErrorInfo 
Dim value As String 

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

Значение свойства

Тип: System.String
A String containing the submodule that is the source of the error.

См. также

Справочник

IComponentErrorInfo Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Design