Condividi tramite


Metodo ReleaseManifest.GetDeltaOperations (ServiceLevel, ServiceLevel, ServicingOperationTarget, Boolean, Boolean%, Dictionary<ServiceLevel, List<ServicingOperation>>)

Restituisce le operazioni che è necessario eseguire per portare il operationTarget (ConfigurationDatabase, CollectionDatabase, SharePointServices, e così via.) da fromServiceLevel a toServiceLevel. Per disinstallare il caso, questo metodo non restituisce l'operazione di recupero.

Spazio dei nomi:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Sintassi

'Dichiarazione
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
)

Parametri

Valore restituito

Tipo: System.Collections.Generic.List<String>
Restituisca il valore List<T>.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ReleaseManifest Classe

Overload GetDeltaOperations

Spazio dei nomi Microsoft.TeamFoundation.Framework.Server