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

その説明が取得されるエラーコード。

返品

指定されたエラーコードの記述。

属性

注釈

このメソッドは、統合サービスコンポーネントによって定義されたエラーコードの記述を取得するために呼び出されます。 これらは統合 サービスのエラーおよびメッセージ参照に記載されているエラーコードです。

適用対象