次の方法で共有


DescribeRedirectedErrorCode メソッド

指定したエラー コードの説明を返します。

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

構文

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

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

パラメーター

戻り値

型: System. . :: . .String
エラー コードの説明です。

説明

このメソッドは、コンポーネントが行をエラー出力に送信する場合、コンポーネントによって提供されるエラー コードの説明を取得するために呼び出されます。データ フロー タスクはこのメソッドを呼び出して、エラー コードに関連付けられている文字列を取得します。