ISqlPoolTableColumnsOperations 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 SqlPoolTableColumnsOperations.
public interface ISqlPoolTableColumnsOperations
type ISqlPoolTableColumnsOperations = interface
Public Interface ISqlPoolTableColumnsOperations
Méthodes
ListByTableNameNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Obtient les colonnes d’une table donnée dans un pool SQL |
ListByTableNameWithHttpMessagesAsync(String, String, String, String, String, ODataQuery<SqlPoolColumn>, Dictionary<String,List<String>>, CancellationToken) |
Obtient les colonnes d’une table donnée dans un pool SQL |
Méthodes d’extension
ListByTableName(ISqlPoolTableColumnsOperations, String, String, String, String, String, ODataQuery<SqlPoolColumn>) |
Obtient les colonnes d’une table donnée dans un pool SQL |
ListByTableNameAsync(ISqlPoolTableColumnsOperations, String, String, String, String, String, ODataQuery<SqlPoolColumn>, CancellationToken) |
Obtient les colonnes d’une table donnée dans un pool SQL |
ListByTableNameNext(ISqlPoolTableColumnsOperations, String) |
Obtient les colonnes d’une table donnée dans un pool SQL |
ListByTableNameNextAsync(ISqlPoolTableColumnsOperations, String, CancellationToken) |
Obtient les colonnes d’une table donnée dans un pool SQL |
S’applique à
Azure SDK for .NET