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 operation with specified backup set to be restored.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public Sub AddRestoreOperation ( _
backupSet As BackupSet _
)
'Usage
Dim instance As RestorePlan
Dim backupSet As BackupSet
instance.AddRestoreOperation(backupSet)
public void AddRestoreOperation(
BackupSet backupSet
)
public:
void AddRestoreOperation(
BackupSet^ backupSet
)
member AddRestoreOperation :
backupSet:BackupSet -> unit
public function AddRestoreOperation(
backupSet : BackupSet
)
Parameters
- backupSet
Type: Microsoft.SqlServer.Management.Smo.BackupSet
The backup set to be restored