CManagedComponentWrapperClass.DescribeRedirectedErrorCode(Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コンポーネントで定義されたエラー コードの説明を返します。
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 の行がコンポーネントのエラー出力にリダイレクトされたとき、コンポーネントによって提供されたエラー コードの説明を取得するために、コンポーネントの実行中に呼び出されます。