IDatabaseOperations::ListAsync Method (String^, CancellationToken)
Returns a collection of Azure SQL Databases.
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Task<DatabaseListResponse^>^ ListAsync( String^ serverName, CancellationToken cancellationToken )
Parameters
- serverName
-
Type:
System::String^
The name of the Azure SQL Database Server from which to retrieve the database.
- cancellationToken
-
Type:
System.Threading::CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks::Task<DatabaseListResponse^>^Contains a collection of databases for a given Azure SQL Database Server.
Show: