Método IDTSManagedComponentWrapper100.WrapperDescribeRedirectedErrorCode
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Describes the redirected error codes for the wrapper.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxe
'Declaração
Function WrapperDescribeRedirectedErrorCode ( _
hrErrorCode As Integer _
) As String
'Uso
Dim instance As IDTSManagedComponentWrapper100
Dim hrErrorCode As Integer
Dim returnValue As String
returnValue = instance.WrapperDescribeRedirectedErrorCode(hrErrorCode)
string WrapperDescribeRedirectedErrorCode(
int hrErrorCode
)
String^ WrapperDescribeRedirectedErrorCode(
[InAttribute] int hrErrorCode
)
abstract WrapperDescribeRedirectedErrorCode :
hrErrorCode:int -> string
function WrapperDescribeRedirectedErrorCode(
hrErrorCode : int
) : String
Parâmetros
- hrErrorCode
Tipo: System.Int32
The error code.
Valor de retorno
Tipo: System.String
The redirected error codes for the wrapper.