SPContentDatabaseExtensionUpgradeAction members

The SPContentDatabaseExtensionUpgradeAction type exposes the following members.

Constructors

  Name Description
Protected method SPContentDatabaseExtensionUpgradeAction

Top

Properties

  Name Description
Public property Description Gets a string that contains a description for the action. (Inherited from SPAction.)
Protected property FromBuildVersion Gets the version number of the build that is being upgraded. (Inherited from SPAction.)
Protected property HonorTargetSchemaVersion Obsolete. Property to indicate if schema version should be honored for actions with FromBuild/ToBuild. (Inherited from SPAction.)
Public property Log Gets an SPLog object. The SPAction class should use this SPLog object to log any errors, warnings or debug information during the upgrade process. (Inherited from SPAction.)
Protected property Manager Gets the Microsoft SharePoint Foundation upgrade manager object. (Inherited from SPAction.)
Protected property SchemaUpgradeActionDelegate (Inherited from SPDatabaseAction.)
Public property ShouldRun Gets a Boolean value that indicates whether the upgrade action should run. (Inherited from SPAction.)
Protected property SPDatabaseSequence Gets the typed upgrade sequence. (Inherited from SPDatabaseAction.)
Protected property SPSequence Gets the sequence object that represents the upgrade sequence. (Inherited from SPAction.)
Protected property SqlSession (Overrides SPDatabaseAction.SqlSession.)
Protected property TargetSchemaVersion Gets the schema version to which the Microsoft SharePoint Foundation installation is being upgraded. (Inherited from SPAction.)
Protected property ToBuildVersion Gets the version number of the build to which the Microsoft SharePoint Foundation installation is being upgraded. (Inherited from SPAction.)
Protected property Type Gets the type of object that is being upgraded through the action. (Inherited from SPAction.)
Protected property UpgradableObject Gets an object representing the object that is being upgraded by this SPAction class, as well as other SPAction objects contained in the SPSequence object. (Inherited from SPAction.)

Top

Methods

  Name Description
Public method Commit Commits the database session. (Inherited from SPDatabaseAction.)
Public method Dispose Disposes the database session and releases resources. (Inherited from SPDatabaseAction.)
Protected method DropAllFKs (Inherited from SPDatabaseAction.)
Protected method DropColumn (Inherited from SPDatabaseAction.)
Protected method DropColumnWithDefaultConstraint (Inherited from SPDatabaseAction.)
Protected method DropConstraint (Inherited from SPDatabaseAction.)
Protected method DropDefaultConstraint (Inherited from SPDatabaseAction.)
Protected method DropFunction (Inherited from SPDatabaseAction.)
Protected method DropIndex (Inherited from SPDatabaseAction.)
Protected method DropProc (Inherited from SPDatabaseAction.)
Protected method DropStatistics (Inherited from SPDatabaseAction.)
Protected method DropTable (Inherited from SPDatabaseAction.)
Protected method DropTrigger (Inherited from SPDatabaseAction.)
Protected method DropType (Inherited from SPDatabaseAction.)
Protected method DropView (Inherited from SPDatabaseAction.)
Public method Equals (Inherited from Object.)
Protected method ExecuteSql(String) Executes a series of Transact-SQL queries based on the specified string. (Inherited from SPDatabaseAction.)
Protected method ExecuteSql(String, Int32) Executes a series of Transact-SQL queries based on the specified string within a specified time-out period. (Inherited from SPDatabaseAction.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Initialize (Overrides SPAction.Initialize(Object, SPSequence).)
Protected method MemberwiseClone (Inherited from Object.)
Public method Rollback Rolls back the database session. (Inherited from SPDatabaseAction.)
Protected method RunCommand
Public method ToString (Inherited from Object.)
Public method Upgrade (Inherited from SPDatabaseAction.)

Top

See also

Reference

SPContentDatabaseExtensionUpgradeAction class

Microsoft.SharePoint.Upgrade namespace