WrapperDescribeRedirectedErrorCode メソッド

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

名前空間:  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

パラメーター

戻り値

型: System. . :: . .String