次の方法で共有


IDTSManagedComponentWrapper100.WrapperDescribeRedirectedErrorCode メソッド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

ラッパーのリダイレクトされたエラー コードについて説明します。

名前空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap.dll)

構文

'宣言
Function WrapperDescribeRedirectedErrorCode ( _
    hrErrorCode As Integer _
) As String
'使用
Dim instance As IDTSManagedComponentWrapper100 
Dim hrErrorCode As Integer 
Dim returnValue As String 

returnValue = instance.WrapperDescribeRedirectedErrorCode(hrErrorCode)
string WrapperDescribeRedirectedErrorCode(
    int hrErrorCode
)
String^ WrapperDescribeRedirectedErrorCode(
    [InAttribute] int hrErrorCode
)
abstract WrapperDescribeRedirectedErrorCode : 
        hrErrorCode:int -> string
function WrapperDescribeRedirectedErrorCode(
    hrErrorCode : int
) : String

パラメーター

  • hrErrorCode
    型: System.Int32
    エラー コードです。

戻り値

型: System.String
ラッパーのリダイレクトされたエラー コードです。

関連項目

参照

IDTSManagedComponentWrapper100 インターフェイス

Microsoft.SqlServer.Dts.Pipeline.Wrapper 名前空間