SPContentDatabaseExtensionUpgradeAction members
The SPContentDatabaseExtensionUpgradeAction type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPContentDatabaseExtensionUpgradeAction |
Top
Properties
Name | Description | |
---|---|---|
Description | Gets a string that contains a description for the action. (Inherited from SPAction.) | |
FromBuildVersion | Gets the version number of the build that is being upgraded. (Inherited from SPAction.) | |
HonorTargetSchemaVersion | Obsolete. Property to indicate if schema version should be honored for actions with FromBuild/ToBuild. (Inherited from SPAction.) | |
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.) | |
Manager | Gets the Microsoft SharePoint Foundation upgrade manager object. (Inherited from SPAction.) | |
SchemaUpgradeActionDelegate | (Inherited from SPDatabaseAction.) | |
ShouldRun | Gets a Boolean value that indicates whether the upgrade action should run. (Inherited from SPAction.) | |
SPDatabaseSequence | Gets the typed upgrade sequence. (Inherited from SPDatabaseAction.) | |
SPSequence | Gets the sequence object that represents the upgrade sequence. (Inherited from SPAction.) | |
SqlSession | (Overrides SPDatabaseAction.SqlSession.) | |
TargetSchemaVersion | Gets the schema version to which the Microsoft SharePoint Foundation installation is being upgraded. (Inherited from SPAction.) | |
ToBuildVersion | Gets the version number of the build to which the Microsoft SharePoint Foundation installation is being upgraded. (Inherited from SPAction.) | |
Type | Gets the type of object that is being upgraded through the action. (Inherited from SPAction.) | |
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 | |
---|---|---|
Commit | Commits the database session. (Inherited from SPDatabaseAction.) | |
Dispose | Disposes the database session and releases resources. (Inherited from SPDatabaseAction.) | |
DropAllFKs | (Inherited from SPDatabaseAction.) | |
DropColumn | (Inherited from SPDatabaseAction.) | |
DropColumnWithDefaultConstraint | (Inherited from SPDatabaseAction.) | |
DropConstraint | (Inherited from SPDatabaseAction.) | |
DropDefaultConstraint | (Inherited from SPDatabaseAction.) | |
DropFunction | (Inherited from SPDatabaseAction.) | |
DropIndex | (Inherited from SPDatabaseAction.) | |
DropProc | (Inherited from SPDatabaseAction.) | |
DropStatistics | (Inherited from SPDatabaseAction.) | |
DropTable | (Inherited from SPDatabaseAction.) | |
DropTrigger | (Inherited from SPDatabaseAction.) | |
DropType | (Inherited from SPDatabaseAction.) | |
DropView | (Inherited from SPDatabaseAction.) | |
Equals | (Inherited from Object.) | |
ExecuteSql(String) | Executes a series of Transact-SQL queries based on the specified string. (Inherited from SPDatabaseAction.) | |
ExecuteSql(String, Int32) | Executes a series of Transact-SQL queries based on the specified string within a specified time-out period. (Inherited from SPDatabaseAction.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Initialize | (Overrides SPAction.Initialize(Object, SPSequence).) | |
MemberwiseClone | (Inherited from Object.) | |
Rollback | Rolls back the database session. (Inherited from SPDatabaseAction.) | |
RunCommand | ||
ToString | (Inherited from Object.) | |
Upgrade | (Inherited from SPDatabaseAction.) |
Top