次の方法で共有


CManagedComponentWrapperClass.DescribeRedirectedErrorCode(Int32) メソッド

定義

コンポーネントで定義されたエラー コードの説明を返します。

public:
 virtual System::String ^ DescribeRedirectedErrorCode(int hrErrorCode) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSDesigntimeComponent100::DescribeRedirectedErrorCode;
[System.Runtime.InteropServices.DispId(35)]
public virtual string DescribeRedirectedErrorCode (int hrErrorCode);
[<System.Runtime.InteropServices.DispId(35)>]
abstract member DescribeRedirectedErrorCode : int -> string
override this.DescribeRedirectedErrorCode : int -> string
Public Overridable Function DescribeRedirectedErrorCode (hrErrorCode As Integer) As String

パラメーター

hrErrorCode
Int32

説明を取得するエラー コードです。

戻り値

パラメーターで errorCode 指定されたエラー コードの説明を含む String。

実装

属性

注釈

このメソッドは、IDTSBuffer100 の行がコンポーネントのエラー出力にリダイレクトされたとき、コンポーネントによって提供されたエラー コードの説明を取得するために、コンポーネントの実行中に呼び出されます。

適用対象