CManagedComponentWrapperClass.DescribeRedirectedErrorCode(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回由该组件定义的错误代码的说明。
public:
virtual System::String ^ DescribeRedirectedErrorCode(int hrErrorCode) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSDesigntimeComponent100::DescribeRedirectedErrorCode;
[System.Runtime.InteropServices.DispId(35)]
public virtual string DescribeRedirectedErrorCode (int hrErrorCode);
[<System.Runtime.InteropServices.DispId(35)>]
abstract member DescribeRedirectedErrorCode : int -> string
override this.DescribeRedirectedErrorCode : int -> string
Public Overridable Function DescribeRedirectedErrorCode (hrErrorCode As Integer) As String
参数
- hrErrorCode
- Int32
检索其说明的错误代码。
返回
一个字符串,包含参数指定的 errorCode
错误代码的说明。
实现
- 属性
注解
在组件执行期间调用此方法,以检索当 从 中的行 IDTSBuffer100 重定向到组件的错误输出时组件提供的错误代码的说明。