InvalidRestorePlanException クラス
無効な復元プランを実行または検証しようとするとスローされる例外です。
継承階層
System.Object
System.Exception
Microsoft.SqlServer.Management.Common.SqlServerManagementException
Microsoft.SqlServer.Management.Smo.SmoException
Microsoft.SqlServer.Management.Smo.InvalidRestorePlanException
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.SmoExtended (Microsoft.SqlServer.SmoExtended.dll)
構文
'宣言
Public NotInheritable Class InvalidRestorePlanException _
Inherits SmoException
'使用
Dim instance As InvalidRestorePlanException
public sealed class InvalidRestorePlanException : SmoException
public ref class InvalidRestorePlanException sealed : public SmoException
[<SealedAttribute>]
type InvalidRestorePlanException =
class
inherit SmoException
end
public final class InvalidRestorePlanException extends SmoException
InvalidRestorePlanException 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
Data | (Exception から継承されています。) | |
HelpLink | SMO 例外の詳細についてのヘルプ リンクを Microsoft から取得します。 (SmoException から継承されています。) | |
HResult | (Exception から継承されています。) | |
InnerException | (Exception から継承されています。) | |
Message | (Exception から継承されています。) | |
SmoExceptionType | SMO の例外の種類を取得します。 (SmoException から継承されています。) | |
Source | (Exception から継承されています。) | |
StackTrace | (Exception から継承されています。) | |
TargetSite | (Exception から継承されています。) |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
GetBaseException | (Exception から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetObjectData | セキュリティ クリティカル。 (Exception から継承されています。) | |
GetType | (Exception から継承されています。) | |
SetHelpContext | 参照先の例外のヘルプ コンテキスト値を設定します。 (SmoException から継承されています。) | |
ToString | (Exception から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。