Freigeben über


SPUpgradeSessionCollection-Klasse

Stellt eine Auflistung von SPUpgradeSession -Objekten dar.

Vererbungshierarchie

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

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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

SPUpgradeSessionCollection-Member

Microsoft.SharePoint.Upgrade-Namespace