Método WrapperDescribeRedirectedErrorCode
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
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
Valor de retorno
Tipo: System. . :: . .String