次の方法で共有


GetErrorDescription メソッド

内部 Integration Services エラー コードの説明を取得します。

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

構文

'宣言
Function GetErrorDescription ( _
    hrError As Integer _
) As String
'使用
Dim instance As IDTSComponentMetaData100
Dim hrError As Integer
Dim returnValue As String

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

パラメーター

戻り値

型: System. . :: . .String
指定したエラー コードの説明を表す String です。

説明

このメソッドは、Integration Services コンポーネントで定義されたエラー コードの説明を取得するために呼び出されます。これらのエラー コードの一覧については、「Integration Services のエラーおよびメッセージのリファレンス」を参照してください。