SPPrejoinedFarmSequence Members

Include Protected Members
Include Inherited Members

Upgrades an object which represents a SPFarm, but before the local computer is joined to the SPFarm.

The SPPrejoinedFarmSequence type exposes the following members.

Constructors

  Name Description
Public method SPPrejoinedFarmSequence Initializes a new instance of the SPPrejoinedFarmSequence class.

Top

Properties

  Name Description
Protected property Actions Gets the actions for the action sequence. (Inherited from SPActionSequence.)
Public property Applicable Obsolete. Reserved for internal use. This property is deprecated. (Inherited from SPSequence.)
Public property CanUpgrade Gets a Boolean value that indicates whether or not the object can be upgraded. (Inherited from SPSequence.)
Public property ContinueOnFailure (Inherited from SPSequence.)
Protected property Farm Gets an SPFarm for this farm.
Protected property HierarchyManager Gets the SPHierarchyManager object used by the SPSequence object. (Inherited from SPSequence.)
Protected property Id Gets the ID of the sequence. (Inherited from SPSequence.)
Public property IsApplicable Gets a Boolean value that indicates whether the sequence is applicable to the current object. (Inherited from SPSequence.)
Public property IsBackwardsCompatible (Inherited from SPSequence.)
Public property 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.)
Protected property Manager Gets the Microsoft SharePoint Foundation Upgrade Manager. (Inherited from SPDelegate.)
Public property NeedsUpgrade Gets or sets a Boolean value that specifies whether the sequence object needs an upgrade. (Inherited from SPSequence.)
Protected property Object Gets the delegating object. (Inherited from SPDelegate.)
Protected property PersistedUpgradableObject Gets the typed upgradeable object. (Inherited from SPPersistedObjectSequence.)
Public property PlaceHolderSequence (Inherited from SPSequence.)
Protected property PrejoinedFarm
Protected property RunnableActions Gets the actions that can be run for the sequence. (Inherited from SPActionSequence.)
Public property SchemaVersion Gets or sets the version number of the target schema version for the sequence. (Inherited from SPPersistedObjectSequence.)
Protected property Session Gets the upgrade session of the delegate. (Inherited from SPDelegate.)
Protected property Stopped Gets or sets a Boolean value that specifies whether the upgrade is stopped. (Inherited from StopEventReceiver.)
Public property TargetSchemaVersion Gets the schema version number of the sequence. (Inherited from SPPersistedObjectSequence.)
Protected property Type Gets the type of the delegate. (Inherited from SPDelegate.)
Protected property UpgradableObject Gets the object of UpgradableObject type which is being upgraded by this sequence. (Inherited from SPSequence.)

Top

Methods

  Name Description
Public method 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.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method FinalizeUpgrade Performs an explicitly called operation to finalize upgrade.  (Inherited from SPSequence.)
Public method GetHashCode (Inherited from Object.)
Public method GetProperty (Inherited from SPSequence.)
Public method GetType (Inherited from Object.)
Protected method GetVersion (Inherited from SPPersistedObjectSequence.)
Public method Initialize Initializes the upgrade sequence for the specified object. (Inherited from SPSequence.)
Protected method MemberwiseClone (Inherited from Object.)
Public method PostUpgrade Executed by the SharePoint upgrade infrastructure after the IUpgrader.Upgrade method is implemented. (Inherited from SPActionSequence.)
Public method PreUpgrade Executed by the SharePoint upgrade infrastructure before the IUpgrader.Upgrade method is implemented. (Inherited from SPActionSequence.)
Public method SetPostUpgradeDependencies By default this object has no post-upgrade dependencies. (Inherited from SPSequence.)
Public method SetPreUpgradeDependencies By default this object has no pre-upgrade dependencies. (Inherited from SPSequence.)
Protected method SetVersion (Inherited from SPPersistedObjectSequence.)
Public method ToString (Inherited from Object.)
Public method Upgrade Executes the upgrade logic. (Inherited from SPActionSequence.)

Top

Events

  Name Description
Public event UpdatingProgress Occurs while the upgrade is in progress. (Inherited from SPActionSequence.)

Top

See Also

Reference

SPPrejoinedFarmSequence Class

Microsoft.SharePoint.Upgrade Namespace