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.
Gets all databases on the specified SQL Server instance. Available on SQL Server only.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function GetDatabases As List(Of DatabaseInformation)
public List<DatabaseInformation> GetDatabases()
public:
List<DatabaseInformation^>^ GetDatabases()
member GetDatabases : unit -> List<DatabaseInformation>
public function GetDatabases() : List<DatabaseInformation>
Return Value
Type: System.Collections.Generic.List<DatabaseInformation>
.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.