Share via


ReleaseManifest.GetDeltaOperations 方法 (ServiceLevel, ServiceLevel, ServicingOperationTarget, Dictionary<ServiceLevel, List<ServicingOperation>>)

返回我们需要执行将 operationTarget 的操作 (ConfigurationDatabase、CollectionDatabase、SharePointServices 等) 从 fromServiceLevel 到 toServiceLevel。 对于卸载种情况下,此方法不返回修复操作。

命名空间:  Microsoft.TeamFoundation.Framework.Server
程序集:  Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)

语法

声明
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
)

参数

返回值

类型:System.Collections.Generic.List<String>
返回 List<T>

.NET Framework 安全性

请参阅

参考

ReleaseManifest 类

GetDeltaOperations 重载

Microsoft.TeamFoundation.Framework.Server 命名空间