NextRestoreEventArgs Class

Represents the next restore event arguments.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.SqlServer.Management.Smo.NextRestoreEventArgs

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Syntax

'Declaration
Public NotInheritable Class NextRestoreEventArgs _
    Inherits EventArgs
'Usage
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

The NextRestoreEventArgs type exposes the following members.

Constructors

  Name Description
Public method NextRestoreEventArgs Initializes a new instance of the NextRestoreEventArgs class.

Top

Properties

  Name Description
Public property BackupSetDescription Gets or sets the backup set description.
Public property BackupSetName Gets or sets the name of the backup set.
Public property Continue Gets or sets a value indicating whether to continue next Restore Operation.
Public property Count Gets or sets the count of the next restore event.
Public property DevicesName Gets or sets the name of the backup media.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Management.Smo Namespace