HResults Class

Contains all event messages and HRESULTs for the Integration Services runtime, pipeline, stock tasks, and stock transforms.

命名空间: Microsoft.SqlServer.Dts.Runtime
程序集: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

语法

声明
Public Class HResults
public class HResults
public ref class HResults
public class HResults
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 Error and Message Reference.

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.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dts.Runtime.HResults

线程安全

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

HResults Members
Microsoft.SqlServer.Dts.Runtime Namespace