DatabaseOperationsExtensions.ListAsync(IDatabaseOperations, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a collection of Azure SQL Databases.
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.DatabaseListResponse> ListAsync (this Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations operations, string serverName);
static member ListAsync : Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.DatabaseListResponse>
<Extension()>
Public Function ListAsync (operations As IDatabaseOperations, serverName As String) As Task(Of DatabaseListResponse)
Parameters
- operations
- IDatabaseOperations
Reference to the Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations.
- serverName
- String
Required. The name of the Azure SQL Database Server from which to retrieve the database.
Returns
Contains a collection of databases for a given Azure SQL Database Server.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET