RestorePlan.AddRestoreOperation 方法 (List<BackupSet>)

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>
)

参数

请参阅

参考

RestorePlan 类

AddRestoreOperation 重载

Microsoft.SqlServer.Management.Smo 命名空间