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.
Upgrades an object which represents a SPFarm, but before the local computer is joined to the SPFarm.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Upgrade.StopEventReceiver
Microsoft.SharePoint.Upgrade.SPDelegate
Microsoft.SharePoint.Upgrade.SPSequence
Microsoft.SharePoint.Upgrade.SPActionSequence
Microsoft.SharePoint.Upgrade.SPPersistedObjectSequence
Microsoft.SharePoint.Upgrade.SPPrejoinedFarmSequence
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<GuidAttribute("0D4B40AE-EC2E-405e-9254-4C8127D6A511")> _
<TargetSchemaVersionAttribute("4.0.6.0")> _
<ActionBaseTypeAttribute(GetType(SPPrejoinedFarmAction))> _
<TargetUpgradableObjectAttribute(GetType(SPPrejoinedFarm))> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Class SPPrejoinedFarmSequence _
Inherits SPPersistedObjectSequence
'Usage
Dim instance As SPPrejoinedFarmSequence
[GuidAttribute("0D4B40AE-EC2E-405e-9254-4C8127D6A511")]
[TargetSchemaVersionAttribute("4.0.6.0")]
[ActionBaseTypeAttribute(typeof(SPPrejoinedFarmAction))]
[TargetUpgradableObjectAttribute(typeof(SPPrejoinedFarm))]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public class SPPrejoinedFarmSequence : SPPersistedObjectSequence
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.