Partager via


ISqlPoolTablesOperations Interface

Définition

Opérations SqlPoolTablesOperations.

public interface ISqlPoolTablesOperations
type ISqlPoolTablesOperations = interface
Public Interface ISqlPoolTablesOperations

Méthodes

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

Obtenir la table de pool Sql

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

Obtient les tables d’un schéma donné dans un pool SQL

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

Obtient les tables d’un schéma donné dans un pool SQL

Méthodes d’extension

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

Obtenir la table de pool Sql

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

Obtenir la table de pool Sql

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

Obtient les tables d’un schéma donné dans un pool SQL

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

Obtient les tables d’un schéma donné dans un pool SQL

ListBySchemaNext(ISqlPoolTablesOperations, String)

Obtient les tables d’un schéma donné dans un pool SQL

ListBySchemaNextAsync(ISqlPoolTablesOperations, String, CancellationToken)

Obtient les tables d’un schéma donné dans un pool SQL

S’applique à