DatabaseColumnsOperationsExtensions.ListByDatabaseAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Listar colunas de banco de dados
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.DatabaseColumn>> ListByDatabaseAsync (this Microsoft.Azure.Management.Sql.IDatabaseColumnsOperations operations, string resourceGroupName, string serverName, string databaseName, System.Collections.Generic.IList<string> schema = default, System.Collections.Generic.IList<string> table = default, System.Collections.Generic.IList<string> column = default, System.Collections.Generic.IList<string> orderBy = default, string skiptoken = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByDatabaseAsync : Microsoft.Azure.Management.Sql.IDatabaseColumnsOperations * string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.DatabaseColumn>>
<Extension()>
Public Function ListByDatabaseAsync (operations As IDatabaseColumnsOperations, resourceGroupName As String, serverName As String, databaseName As String, Optional schema As IList(Of String) = Nothing, Optional table As IList(Of String) = Nothing, Optional column As IList(Of String) = Nothing, Optional orderBy As IList(Of String) = Nothing, Optional skiptoken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DatabaseColumn))
Parâmetros
- operations
- IDatabaseColumnsOperations
O grupo de operações para esse método de extensão.
- resourceGroupName
- String
O nome do grupo de recursos que contém o recurso. Você pode obter esse valor por meio da API do Gerenciador de Recursos do Azure ou por meio do portal.
- serverName
- String
O nome do servidor.
- databaseName
- String
O nome do banco de dados.
- skiptoken
- String
Um token opaco que identifica um ponto de partida na coleção.
- cancellationToken
- CancellationToken
O token de cancelamento.
Retornos
Aplica-se a
Azure SDK for .NET