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)

渡されるリソース文字列に基づいてヘルプコンテキストを設定します。

適用対象