Share via


ReleaseManifest.GetDeltaOperations, méthode (ServiceLevel, ServiceLevel, ServicingOperationTarget, 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, _
    mergeOperations As Dictionary(Of ServiceLevel, List(Of ServicingOperation)) _
) As List(Of String)
public List<string> GetDeltaOperations(
    ServiceLevel fromServiceLevel,
    ServiceLevel toServiceLevel,
    ServicingOperationTarget operationTarget,
    Dictionary<ServiceLevel, List<ServicingOperation>> mergeOperations
)

Paramètres

Valeur de retour

Type : System.Collections.Generic.List<String>
retourne List<T> ;

Sécurité .NET Framework

Voir aussi

Référence

ReleaseManifest Classe

GetDeltaOperations, surcharge

Microsoft.TeamFoundation.Framework.Server, espace de noms