Compartilhar via


DatabaseCopyOperationsExtensions.GetAsync Método

Definição

Recupera informações sobre uma cópia de banco de dados SQL Server.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyGetResponse> GetAsync(this Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations operations, string serverName, string databaseName, string databaseCopyName);
static member GetAsync : Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyGetResponse>
<Extension()>
Public Function GetAsync (operations As IDatabaseCopyOperations, serverName As String, databaseName As String, databaseCopyName As String) As Task(Of DatabaseCopyGetResponse)

Parâmetros

operations
IDatabaseCopyOperations

Referência ao Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations.

serverName
String

Obrigatórios. O nome da instância de SQL Server de origem ou destino.

databaseName
String

Obrigatórios. O nome do banco de dados.

databaseCopyName
String

Obrigatórios. O identificador exclusivo para a cópia do banco de dados a ser recuperada.

Retornos

Representa uma resposta à solicitação get.

Aplica-se a