SPPrejoinedFarmSequence class

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("15.0.1.0")> _
<ActionBaseTypeAttribute(GetType(SPPrejoinedFarmAction))> _
<TargetUpgradableObjectAttribute(GetType(SPPrejoinedFarm))> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class SPPrejoinedFarmSequence _
    Inherits SPPersistedObjectSequence
'Usage
Dim instance As SPPrejoinedFarmSequence
[GuidAttribute("0D4B40AE-EC2E-405e-9254-4C8127D6A511")]
[TargetSchemaVersionAttribute("15.0.1.0")]
[ActionBaseTypeAttribute(typeof(SPPrejoinedFarmAction))]
[TargetUpgradableObjectAttribute(typeof(SPPrejoinedFarm))]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, 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.

See also

Reference

SPPrejoinedFarmSequence members

Microsoft.SharePoint.Upgrade namespace