Класс SPMigratableSiteCollection
Примечание. Этот API устарел.
Представляет коллекцию семейств веб-сайтов, которые могут быть перенесены в случае постепенного обновления.
Иерархия наследования
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.Administration.SPPersistedObject
Microsoft.SharePoint.Administration.SPMigratableSiteCollection
Пространство имен: Microsoft.SharePoint.Administration
Сборка: Microsoft.SharePoint (в Microsoft.SharePoint.dll)
Синтаксис
'Декларация
<GuidAttribute("49ECB7D3-FA4E-48e4-87B9-52CD9B5F1E80")> _
<UpgradableAttribute> _
<ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class SPMigratableSiteCollection _
Inherits SPPersistedObject _
Implements ICollection(Of SPSite), IEnumerable(Of SPSite), _
IEnumerable, IMigratable
'Применение
Dim instance As SPMigratableSiteCollection
[GuidAttribute("49ECB7D3-FA4E-48e4-87B9-52CD9B5F1E80")]
[UpgradableAttribute]
[ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class SPMigratableSiteCollection : SPPersistedObject,
ICollection<SPSite>, IEnumerable<SPSite>, IEnumerable,
IMigratable
Потокобезопасность
Любые общедоступные элементы static (Shared в Visual Basic) этого типа являются потокобезопасными. Не гарантируется, что любые элементы экземпляров потокобезопасны.