SPDatabaseSprocsSequence members
The SPDatabaseSprocsSequence type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPDatabaseSprocsSequence |
Top
Properties
Name | Description | |
---|---|---|
Actions | Gets the actions for the action sequence. (Inherited from SPActionSequence.) | |
Applicable | Obsolete. Reserved for internal use. This property is deprecated. (Inherited from SPSequence.) | |
BackwardsCompatibleSchemaVersion | The smallest backwards compatible schema version (Inherited from SPDatabaseSequence.) | |
BuildVersion | ||
CanUpgrade | (Overrides SPSequence.CanUpgrade.) | |
ContinueOnFailure | (Overrides SPSequence.ContinueOnFailure.) | |
Database | Property for typed upgradable object. (Inherited from SPDatabaseSequence.) | |
DatabaseConnectionString | Gets the connection string for the database that is being upgraded. (Inherited from SPDatabaseSequence.) | |
HierarchyManager | Gets the SPHierarchyManager object used by the SPSequence object. (Inherited from SPSequence.) | |
Id | Gets the ID of the sequence. (Inherited from SPSequence.) | |
IsApplicable | Gets a Boolean value that indicates whether the sequence is applicable to the current object. (Inherited from SPSequence.) | |
IsBackwardsCompatible | (Inherited from SPDatabaseSequence.) | |
Log | Gets an SPLog object that represents the log of the upgrade session. The upgrade session object can be retrieved by the Session property. (Inherited from SPDelegate.) | |
Manager | Gets the Microsoft SharePoint Foundation Upgrade Manager. (Inherited from SPDelegate.) | |
MinSupportedBuildVersion | ||
NeedsUpgrade | Gets or sets a Boolean value that specifies whether the sequence object needs an upgrade. (Inherited from SPSequence.) | |
Object | Gets the delegating object. (Inherited from SPDelegate.) | |
PlaceHolderSequence | (Overrides SPSequence.PlaceHolderSequence.) | |
SchemaName | ||
SchemaVersion | Gets or sets the schema version for the database sequence. (Inherited from SPDatabaseSequence.) | |
Session | Gets the upgrade session of the delegate. (Inherited from SPDelegate.) | |
SqlFilePath | ||
SqlXPathNavigable | ||
Stopped | Gets or sets a Boolean value that specifies whether the upgrade is stopped. (Inherited from StopEventReceiver.) | |
StoredProcedureChecksumId1 | ||
StoredProcedureChecksumId2 | ||
StoredProcedureVerifier | ||
TargetBuildVersion | ||
TargetSchemaVersion | Gets the target schema version for the database upgrade sequence. (Inherited from SPDatabaseSequence.) | |
Type | Gets the type of the delegate. (Inherited from SPDelegate.) | |
UpgradableObject | Gets the object of UpgradableObject type which is being upgraded by this sequence. (Inherited from SPSequence.) |
Top
Methods
Name | Description | |
---|---|---|
AddNextLevelObjects | Adds any objects that should be upgraded after the current upgradable object has finished being upgraded. The current upgradable object can be retrieved by the UpgradableObject method. (Inherited from SPSequence.) | |
DropRoleMemberOfDBOwner | (Inherited from SPDatabaseSequence.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FinalizeUpgrade | Performs an explicitly called operation to finalize upgrade. (Inherited from SPSequence.) | |
GetHashCode | (Inherited from Object.) | |
GetProperty | Returns one of the per-sequence properties from the upgrade config files (Inherited from SPSequence.) | |
GetType | (Inherited from Object.) | |
GetVersion | Returns the associated database version based on the version ID. If no version associated with the version ID is found, this function will return defaultVersion. (Inherited from SPDatabaseSequence.) | |
Initialize | Initializes the upgrade sequence for the specified object. (Inherited from SPSequence.) | |
MemberwiseClone | (Inherited from Object.) | |
PostUpgrade | (Overrides SPActionSequence.PostUpgrade().) | |
PreUpgrade | Executed by the SharePoint upgrade infrastructure before the IUpgrader.Upgrade method is implemented. (Inherited from SPActionSequence.) | |
RevokeRolesPermissions | (Inherited from SPDatabaseSequence.) | |
SetPostUpgradeDependencies | By default this object has no post-upgrade dependencies. (Inherited from SPSequence.) | |
SetPreUpgradeDependencies | By default this object has no pre-upgrade dependencies. (Inherited from SPSequence.) | |
SetVersion | Sets the version that is associated with the version ID. (Inherited from SPDatabaseSequence.) | |
ToString | (Inherited from Object.) | |
Upgrade | (Overrides SPDatabaseSequence.Upgrade().) |
Top
Events
Name | Description | |
---|---|---|
UpdatingProgress | Occurs while the upgrade is in progress. (Inherited from SPActionSequence.) |
Top