Partager via


ISqlPoolTableColumnsOperations Interface

Définition

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 à