IDTSComponentMetaData100.GetErrorDescription(Int32) メソッド

定義

内部 Integration Services エラー コードの説明を取得します。

public:
 System::String ^ GetErrorDescription(int hrError);
[System.Runtime.InteropServices.DispId(116)]
public string GetErrorDescription (int hrError);
[<System.Runtime.InteropServices.DispId(116)>]
abstract member GetErrorDescription : int -> string
Public Function GetErrorDescription (hrError As Integer) As String

パラメーター

hrError
Int32

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

戻り値

指定したエラー コードの説明です。

属性

注釈

このメソッドは、Integration Services コンポーネントによって定義されたエラー コードの説明を取得するために呼び出されます。 これらは、「 Integration Services のエラーとメッセージリファレンス」に記載されているエラー コードです。

適用対象