Share via


Méthode EnumTables

Enumerates a list of tables that are available on the linked server.

Ce membre est surchargé. Pour plus d'informations sur ce membre, notamment sur la syntaxe et l'utilisation, et pour visualiser des exemples, cliquez sur un nom dans la liste de surcharge.

Liste de surcharge

  Nom Description
Méthode publique EnumTables() () () () Enumerates a list of tables that are available on the linked server.
Méthode publique EnumTables(String) Enumerates a list of tables that are available on the linked server for a specified table name.
Méthode publique EnumTables(String, String) Enumerates a list of tables that are available on the linked server for a specified table name and schema.
Méthode publique EnumTables(String, String, String) Enumerates a list of tables that are available on the linked server for a specified table name, schema, and database.
Méthode publique EnumTables(String, String, String, LinkedTableType) Enumerates a list of tables that are available on the linked server for a specified table name, schema, database, and linked table type.

Haut de la page