Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
NextRestoreEventArgs | Initializes a new instance of the NextRestoreEventArgs class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
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. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
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.