次の方法で共有


IDTSComponentMetaData100.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

パラメーター

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

戻り値

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

説明

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

関連項目

参照

IDTSComponentMetaData100 インターフェイス

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