次の方法で共有


CManagedComponentWrapperClass.DescribeRedirectedErrorCode メソッド

コンポーネントで定義されたエラー コードの説明を返します。

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

構文

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

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

パラメーター

  • hrErrorCode
    型: System.Int32
    説明を取得するエラー コードです。

戻り値

型: System.String
errorCode パラメーターで指定されたエラー コードの説明を表す String です。

実装

IDTSDesigntimeComponent100.DescribeRedirectedErrorCode(Int32)

説明

このメソッドは、IDTSBuffer100 の行がコンポーネントのエラー出力にリダイレクトされたとき、コンポーネントによって提供されたエラー コードの説明を取得するために、コンポーネントの実行中に呼び出されます。

関連項目

参照

CManagedComponentWrapperClass クラス

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