Freigeben über


SPAction-Klasse

Eine abstrakte Klasse, die eine Upgradeaktion darstellt, das eine eigenständige Operation, die eine Upgrade Transformation beschreibt.

Vererbungshierarchie

System.Object
  Microsoft.SharePoint.Upgrade.SPAction
    Microsoft.SharePoint.Upgrade.SPDatabaseAction
    Microsoft.SharePoint.Upgrade.SPFarmAction
    Microsoft.SharePoint.Upgrade.SPPrejoinedFarmAction
    Microsoft.SharePoint.Upgrade.SPWebAction

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 SPAction
'Usage
Dim instance As SPAction
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public abstract class SPAction

Hinweise

Jede Action-Objekt ist ein TargetSchemaVersionAttribute -Objekt zugeordnet.

Threadsicherheit

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

Siehe auch

Referenz

SPAction-Member

Microsoft.SharePoint.Upgrade-Namespace