IDTSComponentMetaData100.GetErrorDescription(Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
内部 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 のエラーとメッセージリファレンス」に記載されているエラー コードです。