TeamFoundationDataTierComponent.GetDatabases Method
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.