Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get the upgrade delta operations.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Shared Function GetDeltaOperationsByLevel ( _
operationProvider As IServicingOperationProvider, _
fromServiceLevel As ServiceLevel, _
toServiceLevel As ServiceLevel, _
operationPrefixes As String(), _
finalConfiguration As Boolean _
) As Dictionary(Of ServiceLevel, List(Of ServicingOperation))
public static Dictionary<ServiceLevel, List<ServicingOperation>> GetDeltaOperationsByLevel(
IServicingOperationProvider operationProvider,
ServiceLevel fromServiceLevel,
ServiceLevel toServiceLevel,
string[] operationPrefixes,
bool finalConfiguration
)
public:
static Dictionary<ServiceLevel^, List<ServicingOperation^>^>^ GetDeltaOperationsByLevel(
IServicingOperationProvider^ operationProvider,
ServiceLevel^ fromServiceLevel,
ServiceLevel^ toServiceLevel,
array<String^>^ operationPrefixes,
bool finalConfiguration
)
static member GetDeltaOperationsByLevel :
operationProvider:IServicingOperationProvider *
fromServiceLevel:ServiceLevel *
toServiceLevel:ServiceLevel *
operationPrefixes:string[] *
finalConfiguration:bool -> Dictionary<ServiceLevel, List<ServicingOperation>>
public static function GetDeltaOperationsByLevel(
operationProvider : IServicingOperationProvider,
fromServiceLevel : ServiceLevel,
toServiceLevel : ServiceLevel,
operationPrefixes : String[],
finalConfiguration : boolean
) : Dictionary<ServiceLevel, List<ServicingOperation>>
Parameters
operationProvider
Type: Microsoft.TeamFoundation.Framework.Server.IServicingOperationProviderAn operation provider used to load the operations.
fromServiceLevel
Type: Microsoft.TeamFoundation.Framework.Server.ServiceLevelThe starting service level of the database.
toServiceLevel
Type: Microsoft.TeamFoundation.Framework.Server.ServiceLevelThe target service level. If null, upgrades to highest service level.
operationPrefixes
Type: array<System.String[]If true, only loads FinalConfiguration operations. If false, only loads non-final operations.
- finalConfiguration
Type: System.Boolean
Return Value
Type: System.Collections.Generic.Dictionary<ServiceLevel, List<ServicingOperation>>
Returns Dictionary<TKey, TValue>.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.