次の方法で共有


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) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.SqlServer.Management.Smo 名前空間