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.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Framework.Server.TeamFoundationDatabaseManagementService
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<TeamFoundationServiceDependency(GetType(TeamFoundationRegistryService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationCollationService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationIdentityService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationHostManagementService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationServicingService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationJobService))> _
<TeamFoundationServiceDependency(GetType(TeamFoundationLockingService))> _
Public NotInheritable Class TeamFoundationDatabaseManagementService _
Implements ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationCollationService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationIdentityService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationHostManagementService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationServicingService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationJobService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationLockingService))]
public sealed class TeamFoundationDatabaseManagementService : ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationCollationService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationIdentityService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationHostManagementService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationServicingService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationJobService))]
[TeamFoundationServiceDependency(typeof(TeamFoundationLockingService))]
public ref class TeamFoundationDatabaseManagementService sealed : ITeamFoundationService
[<Sealed>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationRegistryService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationCollationService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationIdentityService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationHostManagementService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationServicingService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationJobService))>]
[<TeamFoundationServiceDependency(typeof(TeamFoundationLockingService))>]
type TeamFoundationDatabaseManagementService =
class
interface ITeamFoundationService
end
public final class TeamFoundationDatabaseManagementService implements ITeamFoundationService
The TeamFoundationDatabaseManagementService type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AcquireDatabasePartition | |
![]() |
CopyDatabase(TeamFoundationRequestContext, Int32, String) | |
![]() |
CopyDatabase(TeamFoundationRequestContext, Int32, String, TimeSpan) | |
![]() |
CreateDatabase | |
![]() |
CreateDatabasePool | Create a new database pool definition. |
![]() |
CreateDatabaseUsersForServiceAccounts | |
![]() |
DeleteDatabasePool | |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
GenerateDatabaseName | |
![]() |
GetDatabase | |
![]() |
GetDatabasePool | Gets specified database pool. DatabasePoolNotFoundException exception is thrown when the specified database pool not found. |
![]() |
GetDatabasePoolsToGrow | Returns all the databases that are under their CreateThreshold. |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetNumberOfDatabases | Get the number of databases that are registered to a pool. |
![]() |
GetSplitDatabaseIssues | |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
IncrementTenantsPendingDelete | |
![]() |
PerformDatabaseSplitAnalysis | Analyze the tenant usage of the given database and return a list of the tenant hostIds which should be split out based on the given method |
![]() |
QueryDatabasePools | Query the database pools. |
![]() |
QueryDatabases(TeamFoundationRequestContext) | Query all the databases managed by this service. |
![]() |
QueryDatabases(TeamFoundationRequestContext, TeamFoundationDatabaseType) | |
![]() |
QueryDatabases(TeamFoundationRequestContext, String) | |
![]() |
QueryDatabaseUsage | |
![]() |
RegisterDatabase | Register a new database with the DatabaseManagementService. |
![]() |
ReleaseDatabasePartition | |
![]() |
RemoveDatabase | Unregister a database from database management. Delete and Detach operations must call this method to remove a database from tbl_Database. |
![]() |
SplitDatabase | |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
TryGetDatabasePool | Gets specified database pool. A return value indicates whether specified database pool exists. |
![]() |
TryGetDatabaseProperties | |
![]() |
UpdateDatabasePool | Update a pool definition. |
![]() |
UpdateDatabaseProperties | Update the service level of a database. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
ITeamFoundationService.ServiceEnd | End the service. |
![]() ![]() |
ITeamFoundationService.ServiceStart | Start the TeamFoundationDatabaseManagementService. This service can only be started at the deployment level service host. |
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.