ServicingOperationConstants Class
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Framework.Server.ServicingOperationConstants
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public NotInheritable Class ServicingOperationConstants
public static class ServicingOperationConstants
public ref class ServicingOperationConstants abstract sealed
[<AbstractClass>]
[<Sealed>]
type ServicingOperationConstants = class end
public final class ServicingOperationConstants
The ServicingOperationConstants type exposes the following members.
Fields
Name | Description | |
---|---|---|
AssignCollection | ||
AttachCollection | ||
BringToCurrentFromDev10 | The pseudo-operation used during upgrade from Visual Studio 2005 and Visual Studio 2008. When we are upgrading pre-Dev10 databases, we execute a servicing job that runs UpgradePreTfs2010Databases and *BringToCurrentFromDev10* operations. UpgradePreTfs2010Databases brings db to Dev10 level, *BringToCurrentFromDev10* upgrades from Dev10 to the current level. | |
BringToCurrentServiceLevel | Pseudo-Operations are markers that are treated specially These must be removed and replaced by the real operations before the operation is started. This is performed in the TeamFoundationServicingService.PerformPreJobWork | |
BringToCurrentServiceLevelAndAttach | ||
CloneInstance | ||
CreateApplicationSchema | ||
CreateCollectionSchema | ||
CreateDeploymentHost | ||
Delete | ||
DeletePrivateArtifacts | ||
Install | ||
MoveCollection | ||
PrepareAttachCollection | ||
ProjectCleanup | ||
ProjectCreate | ||
ProjectDelete | ||
ProvisionCollectionAttach | ||
ProvisionCollectionCreate | ||
ProvisionCollectionPre2010Upgrade | ||
RemoveUpdates | ||
Repair | ||
Snapshot | ||
UpdateApplicationDatabaseProperties | ||
UpdateCollectionDatabaseProperties | ||
UpdateCollectionProperties | ||
UpdateDeploymentDatabaseProperties | ||
UpgradePreTfs2010Databases |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.