次の方法で共有


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

パラメーター

戻り値

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

実装

IDTSDesigntimeComponent100. . :: . .DescribeRedirectedErrorCode(Int32)

説明

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