次の方法で共有


IDTSComponentMetaData100.GetErrorDescription(Int32) メソッド

定義

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 のエラー とメッセージリファレンスに記載されているエラー コードを次に示します。

適用対象