次の方法で共有


IComponentErrorInfo.SubComponent プロパティ

定義

ソース内のサブモジュール (パイプライン タスク内の変換など) を識別する任意の文字列を返します。

public:
 property System::String ^ SubComponent { System::String ^ get(); };
public string SubComponent { get; }
member this.SubComponent : string
Public ReadOnly Property SubComponent As String

プロパティ値

エラーの原因であるサブモジュールを含む文字列。

適用対象