Compartir a través de


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

Devuelve las operaciones que es necesario ejecutar para actualizar el operationTarget (ConfigurationDatabase, CollectionDatabase, SharePointServices, etc.) de fromServiceLevel al toServiceLevel. Para desinstalar el caso, este método no devuelve la operación de reparación.

Espacio de nombres:  Microsoft.TeamFoundation.Framework.Server
Ensamblado:  Microsoft.TeamFoundation.Framework.Server (en Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxis

'Declaración
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 devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

ReleaseManifest Clase

GetDeltaOperations (Sobrecarga)

Microsoft.TeamFoundation.Framework.Server (Espacio de nombres)