IDatabaseOperations::GetAsync Method (String^, String^, CancellationToken)

 

Returns information about an Azure SQL Database.

Namespace:   Microsoft.WindowsAzure.Management.Sql
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

Task<DatabaseGetResponse^>^ GetAsync(
	String^ serverName,
	String^ databaseName,
	CancellationToken cancellationToken
)

Parameters

serverName
Type: System::String^

The name of the Azure SQL Database Server on which the database is hosted.

databaseName
Type: System::String^

The name of the Azure SQL Database to be retrieved.

cancellationToken
Type: System.Threading::CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks::Task<DatabaseGetResponse^>^

Contains the response to a Get Database request.

Return to top
Show: