ManagedComponentHost.HostDescribeRedirectedErrorCode メソッド
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
リダイレクトされたエラー コードを説明します。
名前空間: Microsoft.SqlServer.Dts.Pipeline
アセンブリ: Microsoft.SqlServer.PipelineHost (Microsoft.SqlServer.PipelineHost.dll)
構文
'宣言
Public Function HostDescribeRedirectedErrorCode ( _
wrapper As IDTSManagedComponentWrapper100, _
iErrorCode As Integer _
) As String
'使用
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100
Dim iErrorCode As Integer
Dim returnValue As String
returnValue = instance.HostDescribeRedirectedErrorCode(wrapper, _
iErrorCode)
public string HostDescribeRedirectedErrorCode(
IDTSManagedComponentWrapper100 wrapper,
int iErrorCode
)
public:
virtual String^ HostDescribeRedirectedErrorCode(
IDTSManagedComponentWrapper100^ wrapper,
int iErrorCode
) sealed
abstract HostDescribeRedirectedErrorCode :
wrapper:IDTSManagedComponentWrapper100 *
iErrorCode:int -> string
override HostDescribeRedirectedErrorCode :
wrapper:IDTSManagedComponentWrapper100 *
iErrorCode:int -> string
public final function HostDescribeRedirectedErrorCode(
wrapper : IDTSManagedComponentWrapper100,
iErrorCode : int
) : String
パラメーター
- wrapper
型: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
コンポーネント ラッパーです。
- iErrorCode
型: System.Int32
エラー コードです。
戻り値
型: System.String
エラー コードの説明です。
実装
IDTSManagedComponentHost100.HostDescribeRedirectedErrorCode(IDTSManagedComponentWrapper100, Int32)