Metodo ReleaseManifest.GetDeltaOperations (ServiceLevel, ServiceLevel, ServicingOperationTarget, 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, _
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
)
Parametri
- fromServiceLevel
Tipo: Microsoft.TeamFoundation.Framework.Server.ServiceLevel
- toServiceLevel
Tipo: Microsoft.TeamFoundation.Framework.Server.ServiceLevel
- operationTarget
Tipo: Microsoft.TeamFoundation.Framework.Server.ServicingOperationTarget
- mergeOperations
Tipo: System.Collections.Generic.Dictionary<ServiceLevel, List<ServicingOperation>>
Valore restituito
Tipo: System.Collections.Generic.List<String>
Restituisca il valore List<T>.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.