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