Share via


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 错误和消息参考中列出的错误代码。

适用于