IntegrationServicesException クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
すべての統合サービス例外のベースクラスを表します。
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) |
渡されるリソース文字列に基づいてヘルプコンテキストを設定します。 |