ISqlPoolTablesOperations Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET