SqlPoolSchemasOperationsExtensions Classe
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.
Méthodes d’extension pour SqlPoolSchemasOperations.
public static class SqlPoolSchemasOperationsExtensions
type SqlPoolSchemasOperationsExtensions = class
Public Module SqlPoolSchemasOperationsExtensions
- Héritage
-
SqlPoolSchemasOperationsExtensions
Méthodes
Get(ISqlPoolSchemasOperations, String, String, String, String) |
Obtenir le schéma du pool Sql |
GetAsync(ISqlPoolSchemasOperations, String, String, String, String, CancellationToken) |
Obtenir le schéma du pool Sql |
List(ISqlPoolSchemasOperations, String, String, String, ODataQuery<SqlPoolSchema>) |
Obtient les schémas d’un pool SQL donné |
ListAsync(ISqlPoolSchemasOperations, String, String, String, ODataQuery<SqlPoolSchema>, CancellationToken) |
Obtient les schémas d’un pool SQL donné |
ListNext(ISqlPoolSchemasOperations, String) |
Obtient les schémas d’un pool SQL donné |
ListNextAsync(ISqlPoolSchemasOperations, String, CancellationToken) |
Obtient les schémas d’un pool SQL donné |
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET