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.
Query the database pools.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function QueryDatabasePools ( _
requestContext As TeamFoundationRequestContext _
) As List(Of TeamFoundationDatabasePool)
public List<TeamFoundationDatabasePool> QueryDatabasePools(
TeamFoundationRequestContext requestContext
)
public:
List<TeamFoundationDatabasePool^>^ QueryDatabasePools(
TeamFoundationRequestContext^ requestContext
)
member QueryDatabasePools :
requestContext:TeamFoundationRequestContext -> List<TeamFoundationDatabasePool>
public function QueryDatabasePools(
requestContext : TeamFoundationRequestContext
) : List<TeamFoundationDatabasePool>
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe request context.
Return Value
Type: System.Collections.Generic.List<TeamFoundationDatabasePool>
All the database pool definitions.
.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.