Freigeben über


SPPersistedObjectSequence-Klasse

Eine abstrakte Klasse, die die Reihenfolge, die alle persistentes Objekt Sequenzen verwenden können darstellt, die standardmäßige Implementierung der ISchemaVersioned -Schnittstelle erbt.

Vererbungshierarchie

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

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

Syntax

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

Threadsicherheit

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

Siehe auch

Referenz

SPPersistedObjectSequence-Member

Microsoft.SharePoint.Upgrade-Namespace