ReleaseManifest.GetDeltaOperations, méthode (ServiceLevel, ServiceLevel, ServicingOperationTarget, Boolean, Boolean%, Dictionary<ServiceLevel, List<ServicingOperation>>)
Retourne les opérations que nous devons effectuer pour amener l'operationTarget (ConfigurationDatabase, CollectionDatabase, SharePointServices, etc.) du fromServiceLevel au toServiceLevel. Pour le cas de désinstallation, cette méthode ne retourne pas l'opération de réparation.
Espace de noms : Microsoft.TeamFoundation.Framework.Server
Assembly : Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)
Syntaxe
'Déclaration
Public Function GetDeltaOperations ( _
fromServiceLevel As ServiceLevel, _
toServiceLevel As ServiceLevel, _
operationTarget As ServicingOperationTarget, _
isHosted As Boolean, _
<OutAttribute> ByRef onlineUpdate As Boolean, _
mergeOperations As Dictionary(Of ServiceLevel, List(Of ServicingOperation)) _
) As List(Of String)
public List<string> GetDeltaOperations(
ServiceLevel fromServiceLevel,
ServiceLevel toServiceLevel,
ServicingOperationTarget operationTarget,
bool isHosted,
out bool onlineUpdate,
Dictionary<ServiceLevel, List<ServicingOperation>> mergeOperations
)
Paramètres
- fromServiceLevel
Type : Microsoft.TeamFoundation.Framework.Server.ServiceLevel
- toServiceLevel
Type : Microsoft.TeamFoundation.Framework.Server.ServiceLevel
- operationTarget
Type : Microsoft.TeamFoundation.Framework.Server.ServicingOperationTarget
- isHosted
Type : System.Boolean
- onlineUpdate
Type : System.Boolean%
- mergeOperations
Type : System.Collections.Generic.Dictionary<ServiceLevel, List<ServicingOperation>>
Valeur de retour
Type : System.Collections.Generic.List<String>
retourne List<T> ;
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.