Поделиться через


Метод IDTSComponentMetaData100.GetErrorDescription

Gets the description of an internal Службы Integration Services error code.

Пространство имен:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка:  Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)

Синтаксис

'Декларация
Function GetErrorDescription ( _
    hrError As Integer _
) As String
'Применение
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

Параметры

  • hrError
    Тип: System.Int32
    The error code whose description is retrieved.

Возвращаемое значение

Тип: System.String
The description of the specified error code.

Замечания

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 Справочник по сообщениям об ошибках служб Integration Services.

См. также

Справочник

IDTSComponentMetaData100 Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Pipeline.Wrapper