ISqlPoolTablesOperations Interface

Definição

Operações sqlPoolTablesOperations.

public interface ISqlPoolTablesOperations
type ISqlPoolTablesOperations = interface
Public Interface ISqlPoolTablesOperations

Métodos

GetWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Obter tabela do pool de Sql

ListBySchemaNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Obtém tabelas de um determinado esquema em um pool de SQL

ListBySchemaWithHttpMessagesAsync(String, String, String, String, ODataQuery<SqlPoolTable>, Dictionary<String,List<String>>, CancellationToken)

Obtém tabelas de um determinado esquema em um pool de SQL

Métodos de Extensão

Get(ISqlPoolTablesOperations, String, String, String, String, String)

Obter tabela do pool de Sql

GetAsync(ISqlPoolTablesOperations, String, String, String, String, String, CancellationToken)

Obter tabela do pool de Sql

ListBySchema(ISqlPoolTablesOperations, String, String, String, String, ODataQuery<SqlPoolTable>)

Obtém tabelas de um determinado esquema em um pool de SQL

ListBySchemaAsync(ISqlPoolTablesOperations, String, String, String, String, ODataQuery<SqlPoolTable>, CancellationToken)

Obtém tabelas de um determinado esquema em um pool de SQL

ListBySchemaNext(ISqlPoolTablesOperations, String)

Obtém tabelas de um determinado esquema em um pool de SQL

ListBySchemaNextAsync(ISqlPoolTablesOperations, String, CancellationToken)

Obtém tabelas de um determinado esquema em um pool de SQL

Aplica-se a