SPMigratableSiteCollection class
NOTE: This API is now obsolete.
代表一群可移轉的逐步升級的網站集合。
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
'宣告
<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
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.