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 GetDeltaOperations ( _
operationProvider As IServicingOperationProvider, _
fromServiceLevel As ServiceLevel, _
toServiceLevel As ServiceLevel, _
operationPrefixes As String(), _
finalConfiguration As Boolean _
) As String()
public static string[] GetDeltaOperations(
IServicingOperationProvider operationProvider,
ServiceLevel fromServiceLevel,
ServiceLevel toServiceLevel,
string[] operationPrefixes,
bool finalConfiguration
)
public:
static array<String^>^ GetDeltaOperations(
IServicingOperationProvider^ operationProvider,
ServiceLevel^ fromServiceLevel,
ServiceLevel^ toServiceLevel,
array<String^>^ operationPrefixes,
bool finalConfiguration
)
static member GetDeltaOperations :
operationProvider:IServicingOperationProvider *
fromServiceLevel:ServiceLevel *
toServiceLevel:ServiceLevel *
operationPrefixes:string[] *
finalConfiguration:bool -> string[]
public static function GetDeltaOperations(
operationProvider : IServicingOperationProvider,
fromServiceLevel : ServiceLevel,
toServiceLevel : ServiceLevel,
operationPrefixes : String[],
finalConfiguration : boolean
) : String[]
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: array<System.String[]
Returns String.
.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.