Compartilhar via


SPUpgradeSessionCollection class

Representa uma coleção de objetos 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

'Declaração
<GuidAttribute("FF3E22F8-1523-4943-8759-60F35178BDAE")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPUpgradeSessionCollection _
    Inherits SPPersistedChildCollection(Of SPUpgradeSession)
'Uso
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.

Ver também

Referência

SPUpgradeSessionCollection members

Microsoft.SharePoint.Upgrade namespace