SPMigratableSiteCollection Class
Represents a collection of site collections that can be migrated in a gradual upgrade from Windows SharePoint Services 2.0 to Windows SharePoint Services 3.0.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.Administration.SPPersistedObject
Microsoft.SharePoint.Administration.SPMigratableSiteCollection
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
<UpgradableAttribute> _
<GuidAttribute("49ECB7D3-FA4E-48e4-87B9-52CD9B5F1E80")> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Class SPMigratableSiteCollection _
Inherits SPPersistedObject _
Implements ICollection(Of SPSite), IMigratable
Dim instance As SPMigratableSiteCollection
[UpgradableAttribute]
[GuidAttribute("49ECB7D3-FA4E-48e4-87B9-52CD9B5F1E80")]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public class SPMigratableSiteCollection : SPPersistedObject,
ICollection<SPSite>, IMigratable
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.