SPDatabaseSnapshotCollection.CreateSnapshot 方法
创建当前数据库的数据库快照。
命名空间: Microsoft.SharePoint.Administration.Backup
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Function CreateSnapshot As SPDatabaseSnapshot
用法
Dim instance As SPDatabaseSnapshotCollection
Dim returnValue As SPDatabaseSnapshot
returnValue = instance.CreateSnapshot()
public SPDatabaseSnapshot CreateSnapshot()
返回值
类型:Microsoft.SharePoint.Administration.Backup.SPDatabaseSnapshot
数据库快照。
备注
CreateSnapshot()方法调用RefreshSnapshots()方法作为其实现的一部分。
如果尚未设置EnabledManagement属性为true或false, CreateSnapshot()方法将设置为true;否则,它不会更改EnabledManagement属性的值。启用管理使用 SharePoint 计时器作业,基于CreationInterval, MaximumRetention, SnapshotLimit属性中的设置会使可能的数据库自动快照创建和删除。之后调用CreateSnapshot()方法,如果您不需要此行为,可以将EnabledManagement属性设置为false 。必须仅在CreateSnapshot()方法的第一次调用后执行此操作。
另请参阅
引用
SPDatabaseSnapshotCollection 类