Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.