Метод ManagedComponentHost.HostDescribeRedirectedErrorCode
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Describes the redirected error code.
Пространство имен: 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
The component wrapper.
- iErrorCode
Тип: System.Int32
The error code.
Возвращаемое значение
Тип: System.String
The described error code.
Реализует
IDTSManagedComponentHost100.HostDescribeRedirectedErrorCode(IDTSManagedComponentWrapper100, Int32)