SPDatabaseAction-Klasse
Stellt eine abstrakte Klasse für alle Upgradeaktionen für Datenbank.
Vererbungshierarchie
System.Object
Microsoft.SharePoint.Upgrade.SPAction
Microsoft.SharePoint.Upgrade.SPDatabaseAction
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 SPDatabaseAction _
Inherits SPAction
'Usage
Dim instance As SPDatabaseAction
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public abstract class SPDatabaseAction : 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.