次の方法で共有


IComponentErrorInfo.SubComponent プロパティ

ソース内のサブモジュール (たとえば、パイプライン タスクの変換など) を識別する任意の String を返します。

名前空間:  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
エラーのソースであるサブモジュールを表す String です。

関連項目

参照

IComponentErrorInfo インターフェイス

Microsoft.SqlServer.Dts.Design 名前空間