SPSequence-Klasse

Stellt eine abstrakte übergeordnete Klasse für alle Upgrades Sequenzen in Microsoft SharePoint Foundationbereit.

Vererbungshierarchie

System.Object
  Microsoft.SharePoint.Upgrade.StopEventReceiver
    Microsoft.SharePoint.Upgrade.SPDelegate
      Microsoft.SharePoint.Upgrade.SPSequence
        Microsoft.SharePoint.Upgrade.SPActionSequence

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public MustInherit Class SPSequence _
    Inherits SPDelegate _
    Implements IUpgrader, IHierarchyBuilder, IVersionCompatibleUpgrader
'Usage
Dim instance As SPSequence
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public abstract class SPSequence : SPDelegate, 
    IUpgrader, IHierarchyBuilder, IVersionCompatibleUpgrader

Hinweise

Jede konkrete Sequenz ist darauf ausgelegt, um einen bestimmten Objekttyp in der Serverfarm zu aktualisieren. Jedes Objekt muss mit dem Upgrade-Attribut markiert werden.

Threadsicherheit

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

Siehe auch

Referenz

SPSequence-Member

Microsoft.SharePoint.Upgrade-Namespace