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.
Adds the restore operations with specified backup sets..
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public Sub AddRestoreOperation ( _
backupSets As List(Of BackupSet) _
)
'Usage
Dim instance As RestorePlan
Dim backupSets As List(Of BackupSet)
instance.AddRestoreOperation(backupSets)
public void AddRestoreOperation(
List<BackupSet> backupSets
)
public:
void AddRestoreOperation(
List<BackupSet^>^ backupSets
)
member AddRestoreOperation :
backupSets:List<BackupSet> -> unit
public function AddRestoreOperation(
backupSets : List<BackupSet>
)
Parameters
- backupSets
Type: System.Collections.Generic.List<BackupSet>
The backup sets.