SPDatabaseAction Properties

Include Protected Members
Include Inherited Members

The SPDatabaseAction type exposes the following members.

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. (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.)
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.
Protected property SPSequence Gets the sequence object that represents the upgrade sequence. (Inherited from SPAction.)
Protected property SqlSession Gets an ISqlSession object which represents the SQL database that is being upgraded by calling the SPDatabaseAction object.
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

See Also

Reference

SPDatabaseAction Class

Microsoft.SharePoint.Upgrade Namespace