Compartilhar via


Método ReleaseManifest.GetDeltaOperations (ServiceLevel, ServiceLevel, ServicingOperationTarget, Boolean, Boolean%, Dictionary<ServiceLevel, List<ServicingOperation>>)

Retorna as operações que nós precisamos de executar para transferir o operationTarget (ConfigurationDatabase, CollectionDatabase, SharePointServices, etc.) de fromServiceLevel ao toServiceLevel. Para desinstalar casos, este método não retorna a operação de reparo.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxe

'Declaração
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
)

Parâmetros

Valor de retorno

Tipo: System.Collections.Generic.List<String>
Retorna List<T>.

Segurança do .NET Framework

Consulte também

Referência

ReleaseManifest Classe

Sobrecargas GetDeltaOperations

Namespace Microsoft.TeamFoundation.Framework.Server