Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Represents an upgrade sequence for an SPFarm before that SPFarm is joined.
The SPPrejoinedFarmAction type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPPrejoinedFarmAction | Initializes a new instance of the SPPrejoinedFarmAction class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Description | Gets a string that contains a description for the action. (Inherited from SPAction.) |
![]() |
Farm | Gets an SPFarm for this not yet joined farm. |
![]() |
FromBuildVersion | Gets the version number of the build that is being upgraded. (Inherited from SPAction.) |
![]() |
HonorTargetSchemaVersion | Obsolete. (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.) |
![]() |
PrejoinedFarm | Returns an SPPrejoinedFarm object that is associated with this upgrade action. |
![]() |
ShouldRun | Gets a Boolean value that indicates whether the upgrade action should run. (Inherited from SPAction.) |
![]() |
SPSequence | Gets the sequence object that represents the upgrade sequence. (Inherited from SPAction.) |
![]() |
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 | Reserved for future use. (Overrides SPAction.Commit().) |
![]() |
Dispose | Releases all unmanaged resources used by the upgrade action. (Inherited from SPAction.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
Initialize | Initializes the upgrade action based on the specified object and sequence. (Inherited from SPAction.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Rollback | Reserved for future use. (Overrides SPAction.Rollback().) |
![]() |
ToString | (Inherited from Object.) |
![]() |
Upgrade | Executes the upgrade logic for the action. (Inherited from SPAction.) |
Top