Microsoft.SharePoint.Administration.Backup 命名空间
Provides types and members for performing backup and restore operations on Microsoft SharePoint Foundation sites.
Four types of built-in components can be backed up and restored with the classes of this namespace: the entire farm, content publishing Web services, Web applications, and content databases. You also can create new content types that can be backed up and restored by implementing the IBackupRestore interface.
You can use the classes in Microsoft.SharePoint.Deployment to create backups and restorations of individual site collections and Web sites.
类
接口
接口 | 说明 | |
---|---|---|
IBackupRestore | 启用一个类表示要备份和还原的内容。 | |
IBackupRestoreConfiguration | 提供一个属性,指示是否可以仅配置设置的备份 (和还原) 中包含的组件实现类表示。 | |
IBackupRestoreTreeFormatter | 在 UI 中使用格式上可以备份服务器场的组件树演示文稿。 | |
IDatabaseSnapshotRestore | 通过从SPDatabase派生的类实现时,可以提供自定义预还原和后期恢复处理从快照恢复数据库时。 |
委托
委托 | 说明 | |
---|---|---|
SPRestoreCompleteEventHandler | 表示将处理SPFarm的ObjectsRestored事件的方法。 |
枚举
枚举 | 说明 | |
---|---|---|
SPBackupMethodType | 指定是否所有内容或更改后的内容进行都备份。 | |
SPBackupRestoreLogSeverity | 指定的备份或还原操作过程中发生,并记录一条消息的问题的严重性。 | |
SPBackupRestorePhaseType | 指定在备份或还原操作中所处的阶段正在进行之中。 | |
SPRestoreMethodType | 指定是否从备份对象还原仅还原目标中不存在的内容,或是否具有相同的名称,如下所示的备份对象的内容也被覆盖。 | |
SPRestoreType | 指定是否是网站集或网站集 ; 比大的内容组件也就是说,场中,Web 服务,Web 应用程序或内容数据库 ;将被还原。 |