Compartir a través de


GetErrorDescription Método

Gets the description of an internal Integration Services error code.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
Function GetErrorDescription ( _
    hrError As Integer _
) As String
'Uso
Dim instance As IDTSComponentMetaData100
Dim hrError As Integer
Dim returnValue As String

returnValue = instance.GetErrorDescription(hrError)
string GetErrorDescription(
    int hrError
)
String^ GetErrorDescription(
    [InAttribute] int hrError
)
abstract GetErrorDescription : 
        hrError:int -> string 
function GetErrorDescription(
    hrError : int
) : String

Parámetros

Valor devuelto

Tipo: System. . :: . .String
A String that contains the description of the specified error code.

Comentarios

This method is called to retrieve the description of an error code defined by an Integration Services component. These are the error codes listed in Referencia de mensajes y errores de SSIS.