Share via


TeamFoundationDatabaseSettings.ClearSqlConnectionPool Method

Clears the SQL connection pool for all the supplied connection strings.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Shared Sub ClearSqlConnectionPool ( _
    hostConnectionStrings As ICollection(Of String) _
)
public static void ClearSqlConnectionPool(
    ICollection<string> hostConnectionStrings
)
public:
static void ClearSqlConnectionPool(
    ICollection<String^>^ hostConnectionStrings
)
static member ClearSqlConnectionPool : 
        hostConnectionStrings:ICollection<string> -> unit
public static function ClearSqlConnectionPool(
    hostConnectionStrings : ICollection<String>
)

Parameters

.NET Framework Security

See Also

Reference

TeamFoundationDatabaseSettings Class

Microsoft.TeamFoundation.Framework.Server Namespace