FailedTargetSelectionException クラス
FailedTargetSelectionException クラスは、DAC の配置中、ターゲットの選択ポリシーで不合格になった場合にスローされる例外を表します。
継承階層
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
Microsoft.SqlServer.Management.Dac. . :: . .DacException
Microsoft.SqlServer.Management.Dac. . :: . .DeploymentValidationException
Microsoft.SqlServer.Management.Dac..::..FailedTargetSelectionException
名前空間: Microsoft.SqlServer.Management.Dac
アセンブリ: Microsoft.SqlServer.Management.Dac (Microsoft.SqlServer.Management.Dac.dll)
構文
'宣言
<SerializableAttribute> _
Public NotInheritable Class FailedTargetSelectionException _
Inherits DeploymentValidationException
'使用
Dim instance As FailedTargetSelectionException
[SerializableAttribute]
public sealed class FailedTargetSelectionException : DeploymentValidationException
[SerializableAttribute]
public ref class FailedTargetSelectionException sealed : public DeploymentValidationException
[<SealedAttribute>]
[<SerializableAttribute>]
type FailedTargetSelectionException =
class
inherit DeploymentValidationException
end
public final class FailedTargetSelectionException extends DeploymentValidationException
FailedTargetSelectionException 型は、以下のメンバーを公開しています。
コンストラクター
| 名前 | 説明 | |
|---|---|---|
![]() |
FailedTargetSelectionException() () () () | FailedTargetSelectionException クラスの新しい既定のインスタンスを初期化します。 |
![]() |
FailedTargetSelectionException(Exception) | 指定された内部例外を使用して、DacExtractionException クラスの新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
| 名前 | 説明 | |
|---|---|---|
![]() |
DacExceptionType | 例外の種類を取得します。 (DacException から継承されています。) |
![]() |
Data | (Exception から継承されています。) |
![]() |
HelpLink | 例外の詳細についての URL ヘルプ リンクを表す文字列を取得します。 (DacException から継承されています。) |
![]() |
HResult | (Exception から継承されています。) |
![]() |
InnerException | (Exception から継承されています。) |
![]() |
Message | (Exception から継承されています。) |
![]() |
Source | (Exception から継承されています。) |
![]() |
StackTrace | (Exception から継承されています。) |
![]() |
TargetSite | (Exception から継承されています。) |
先頭に戻る
メソッド
| 名前 | 説明 | |
|---|---|---|
![]() |
Equals | (Object から継承されています。) |
![]() |
Finalize | (Object から継承されています。) |
![]() |
GetBaseException | (Exception から継承されています。) |
![]() |
GetHashCode | (Object から継承されています。) |
![]() |
GetObjectData | (Exception から継承されています。) |
![]() |
GetType | (Exception から継承されています。) |
![]() |
Init | プロバイダーのプロパティを初期化します。 (DacException から継承されています。) |
![]() |
MemberwiseClone | (Object から継承されています。) |
![]() |
SetHelpContext | ヘルプ リンクのヘルプ コンテキストを設定します。 (DacException から継承されています。) |
![]() |
ToString | (Exception から継承されています。) |
先頭に戻る
説明
配置中のポリシーの評価をスキップするようユーザーが選択した場合、この例外はスローされません。
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
.gif)
.gif)
.gif)
.gif)