IntegrationServicesException 类

定义

代表所有集成服务例外的基类。

public ref class IntegrationServicesException : Microsoft::SqlServer::Management::Common::SqlServerManagementException
[System.Serializable]
public class IntegrationServicesException : Microsoft.SqlServer.Management.Common.SqlServerManagementException
[<System.Serializable>]
type IntegrationServicesException = class
    inherit SqlServerManagementException
Public Class IntegrationServicesException
Inherits SqlServerManagementException
继承
IntegrationServicesException
属性

构造函数

名称 说明
IntegrationServicesException()

初始化 IntegrationServicesException 类的新实例。

IntegrationServicesException(SerializationInfo, StreamingContext)

初始化一个包含指定信息和流上下文的新类实例 IntegrationServicesException

IntegrationServicesException(String, Exception)

使用指定的异常消息初始化类的新实例 IntegrationServicesException

IntegrationServicesException(String)

使用指定的异常消息初始化类的新实例 IntegrationServicesException

属性

名称 说明
HelpLink

会得到帮助网站的链接。

ProductVersion

拿到产品的版本。

方法

名称 说明
SetHelpContext(String)

根据传递的资源字符串设置帮助上下文。

适用于