Compartilhar via


Método TeamFoundationServicingService.GetDeltaOperations

Obter as operações de delta de atualização.

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

Sintaxe

'Declaração
Public Shared Function GetDeltaOperations ( _
    operationProvider As IServicingOperationProvider, _
    fromServiceLevel As ServiceLevel, _
    toServiceLevel As ServiceLevel, _
    operationPrefixes As String(), _
    finalConfiguration As Boolean _
) As String()
public static string[] GetDeltaOperations(
    IServicingOperationProvider operationProvider,
    ServiceLevel fromServiceLevel,
    ServiceLevel toServiceLevel,
    string[] operationPrefixes,
    bool finalConfiguration
)

Parâmetros

  • operationPrefixes
    Tipo: array<System.String[]
    Se verdadeiro, somente operações de FinalConfiguration carrega.Se falso, somente operações não finais carrega.

Valor de retorno

Tipo: array<System.String[]
Retorna String.

Segurança do .NET Framework

Consulte também

Referência

TeamFoundationServicingService Classe

Namespace Microsoft.TeamFoundation.Framework.Server