IDTSManagedComponentHost100.HostDescribeRedirectedErrorCode Método
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Describes the redirected error codes for the host.
Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxis
'Declaración
Function HostDescribeRedirectedErrorCode ( _
pWrapper As IDTSManagedComponentWrapper100, _
hrErrorCode As Integer _
) As String
'Uso
Dim instance As IDTSManagedComponentHost100
Dim pWrapper As IDTSManagedComponentWrapper100
Dim hrErrorCode As Integer
Dim returnValue As String
returnValue = instance.HostDescribeRedirectedErrorCode(pWrapper, _
hrErrorCode)
string HostDescribeRedirectedErrorCode(
IDTSManagedComponentWrapper100 pWrapper,
int hrErrorCode
)
String^ HostDescribeRedirectedErrorCode(
[InAttribute] IDTSManagedComponentWrapper100^ pWrapper,
[InAttribute] int hrErrorCode
)
abstract HostDescribeRedirectedErrorCode :
pWrapper:IDTSManagedComponentWrapper100 *
hrErrorCode:int -> string
function HostDescribeRedirectedErrorCode(
pWrapper : IDTSManagedComponentWrapper100,
hrErrorCode : int
) : String
Parámetros
- pWrapper
Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The wrapper used.
- hrErrorCode
Tipo: System.Int32
The error code.
Valor devuelto
Tipo: System.String
The redirected error codes.