SPRestoreEventArgs.RestoredObjects 属性

只表示的对象的集合,还原内容组件获取读取。

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

语法

声明
Public ReadOnly Property RestoredObjects As ReadOnlyCollection(Of SPBackupRestoreObject)
    Get
用法
Dim instance As SPRestoreEventArgs
Dim value As ReadOnlyCollection(Of SPBackupRestoreObject)

value = instance.RestoredObjects
public ReadOnlyCollection<SPBackupRestoreObject> RestoredObjects { get; }

属性值

类型:System.Collections.ObjectModel.ReadOnlyCollection<SPBackupRestoreObject>
ReadOnlyCollection <SPBackupRestoreObject> 代表SharePoint Foundation部署中的内容组件的对象的集合。

备注

此属性没有任何意义,当RestoreTypeSiteCollection ,因为在恢复站点集合。

另请参阅

引用

SPRestoreEventArgs 类

SPRestoreEventArgs 成员

Microsoft.SharePoint.Administration.Backup 命名空间