NextRestoreEventArgs 类

Represents the next restore event arguments.

继承层次结构

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 Initializes a new instance of the NextRestoreEventArgs class.

页首

属性

  名称 说明
公共属性 BackupSetDescription Gets or sets the backup set description.
公共属性 BackupSetName Gets or sets the name of the backup set.
公共属性 Continue Gets or sets a value indicating whether to continue next Restore Operation.
公共属性 Count Gets or sets the count of the next restore event.
公共属性 DevicesName Gets or sets the name of the backup media.

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.SqlServer.Management.Smo 命名空间