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.
Returns all the databases that are under their CreateThreshold.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function GetDatabasePoolsToGrow ( _
requestContext As TeamFoundationRequestContext _
) As IEnumerable(Of TeamFoundationDatabasePool)
public IEnumerable<TeamFoundationDatabasePool> GetDatabasePoolsToGrow(
TeamFoundationRequestContext requestContext
)
public:
IEnumerable<TeamFoundationDatabasePool^>^ GetDatabasePoolsToGrow(
TeamFoundationRequestContext^ requestContext
)
member GetDatabasePoolsToGrow :
requestContext:TeamFoundationRequestContext -> IEnumerable<TeamFoundationDatabasePool>
public function GetDatabasePoolsToGrow(
requestContext : TeamFoundationRequestContext
) : IEnumerable<TeamFoundationDatabasePool>
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Return Value
Type: System.Collections.Generic.IEnumerable<TeamFoundationDatabasePool>
.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.