NextRestoreEventArgs クラス
次の復元イベント引数を表します。
継承階層
System.Object
System.EventArgs
Microsoft.SqlServer.Management.Smo.NextRestoreEventArgs
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.SmoExtended (Microsoft.SqlServer.SmoExtended.dll)
構文
'宣言
Public NotInheritable Class NextRestoreEventArgs _
Inherits EventArgs
'使用
Dim instance As NextRestoreEventArgs
public sealed class NextRestoreEventArgs : EventArgs
public ref class NextRestoreEventArgs sealed : public EventArgs
[<SealedAttribute>]
type NextRestoreEventArgs =
class
inherit EventArgs
end
public final class NextRestoreEventArgs extends EventArgs
NextRestoreEventArgs 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
NextRestoreEventArgs | NextRestoreEventArgs クラスの新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
BackupSetDescription | バックアップ セットの説明を取得します。値の設定も可能です。 | |
BackupSetName | バックアップ セットの名前を取得します。値の設定も可能です。 | |
Continue | 次の復元操作を続行するかどうかを示す値を取得します。値の設定も可能です。 | |
Count | 次の復元イベントのカウントを取得します。値の設定も可能です。 | |
DevicesName | バックアップ メディアの名前を取得します。値の設定も可能です。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
ToString | (Object から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。