共用方式為


SPUpgradeSessionCollection class

代表SPUpgradeSession物件的集合。

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPPersistedObjectCollection<SPUpgradeSession>
    Microsoft.SharePoint.Administration.SPPersistedChildCollection<SPUpgradeSession>
      Microsoft.SharePoint.Upgrade.SPUpgradeSessionCollection

Namespace:  Microsoft.SharePoint.Upgrade
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
<GuidAttribute("FF3E22F8-1523-4943-8759-60F35178BDAE")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPUpgradeSessionCollection _
    Inherits SPPersistedChildCollection(Of SPUpgradeSession)
'用途
Dim instance As SPUpgradeSessionCollection
[GuidAttribute("FF3E22F8-1523-4943-8759-60F35178BDAE")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPUpgradeSessionCollection : SPPersistedChildCollection<SPUpgradeSession>

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.

請參閱

參照

SPUpgradeSessionCollection members

Microsoft.SharePoint.Upgrade namespace