SPPrejoinedFarmSequence-Klasse
Führt ein Upgrade für ein Objekt, das darstellt, eine SPFarm, aber vor der lokale Computer mit der SPFarmverbunden ist.
Vererbungshierarchie
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
<ActionBaseTypeAttribute(GetType(SPPrejoinedFarmAction))> _
<TargetSchemaVersionAttribute("15.0.1.0")> _
<GuidAttribute("0D4B40AE-EC2E-405e-9254-4C8127D6A511")> _
<TargetUpgradableObjectAttribute(GetType(SPPrejoinedFarm))> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class SPPrejoinedFarmSequence _
Inherits SPPersistedObjectSequence
'Usage
Dim instance As SPPrejoinedFarmSequence
[ActionBaseTypeAttribute(typeof(SPPrejoinedFarmAction))]
[TargetSchemaVersionAttribute("15.0.1.0")]
[GuidAttribute("0D4B40AE-EC2E-405e-9254-4C8127D6A511")]
[TargetUpgradableObjectAttribute(typeof(SPPrejoinedFarm))]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class SPPrejoinedFarmSequence : SPPersistedObjectSequence
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.