IntegrationServicesException クラス

定義

すべての Integration Services 例外の基本クラスを表します。

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)

指定した例外メッセージを使用して、IntegrationServicesException クラスの新しいインスタンスを初期化します。

IntegrationServicesException(String, Exception)

指定した例外メッセージを使用して、IntegrationServicesException クラスの新しいインスタンスを初期化します。

プロパティ

HelpLink

ヘルプ Web サイトへのリンクを取得します。

ProductVersion

製品のバージョンを取得します。

メソッド

SetHelpContext(String)

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

適用対象