Adds the restore operations with specified backup sets..
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.SmoExtended (在 Microsoft.SqlServer.SmoExtended.dll 中)
語法
'宣告
Public Sub AddRestoreOperation ( _
backupSets As List(Of BackupSet) _
)
'用途
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>
)
參數
- backupSets
型別:System.Collections.Generic.List<BackupSet>
The backup sets.