ServicingOperationConstants.BringToCurrentFromDev10 Field
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.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Shared ReadOnly BringToCurrentFromDev10 As String
public static readonly string BringToCurrentFromDev10
public:
static initonly String^ BringToCurrentFromDev10
static val BringToCurrentFromDev10: string
public static final var BringToCurrentFromDev10 : 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.