Класс HResults
Contains all event messages and HRESULTs for the Integration Services runtime, pipeline, stock tasks, and stock transforms.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
Public Class HResults
'Применение
Dim instance As HResults
public class HResults
public ref class HResults
type HResults = class end
public class HResults
Замечания
For a list of all the HRESULTs defined in this class that also includes the numeric values for each message in both hexadecimal and decimal format, see Справочник по сообщениям об ошибках служб Integration Services.
The messages and HRESULTs follow a naming convention. Error HRESULTs begin with DTS_E_, and end with the description of the failed operation. Warning messages and HRESULTs begin with DTS_W_, and end with the description of the warning operation. Information messages and HRESULTs begin with DTS_I_, and end with the description of the operation. Success messages and HRESULTs begin with DTS_S_, and end with the description of the successful operation. Messages for the event log begin with DTS_MSG_, and end with the description of the message.
Иерархия наследования
System. . :: . .Object
Microsoft.SqlServer.Dts.Runtime..::..HResults
Потоковая защита
Все открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность элементов экземпляров не гарантируется.