SPSolutionCollection.IBackupRestore.OnBackupComplete 方法

系统已完成与备份和还原过程时,将调用该事件。

命名空间:  Microsoft.SharePoint.Administration
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Private Function OnBackupComplete ( _
    sender As Object, _
    info As SPBackupInformation _
) As Boolean Implements IBackupRestore.OnBackupComplete
用法
Dim instance As SPSolutionCollection
Dim sender As Object
Dim info As SPBackupInformation
Dim returnValue As Boolean

returnValue = CType(instance, IBackupRestore).OnBackupComplete(sender, _
    info)
boolIBackupRestore.OnBackupComplete(
    Object sender,
    SPBackupInformation info
)

参数

  • sender
    类型:System.Object

    正在调用该事件的对象。

返回值

类型:System.Boolean
返回true备份已成功完成 ; 如果否则为false。

实现

IBackupRestore.OnBackupComplete(Object, SPBackupInformation)

备注

此函数不应调用任何除备份和还原过程。

另请参阅

引用

SPSolutionCollection 类

SPSolutionCollection 成员

Microsoft.SharePoint.Administration 命名空间