LinkedServer.EnumTables Method

Include Protected Members
Include Inherited Members

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

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method EnumTables() Enumerates a list of tables that are available on the linked server.
Public method EnumTables(String) Enumerates a list of tables that are available on the linked server for a specified table name.
Public method EnumTables(String, String) Enumerates a list of tables that are available on the linked server for a specified table name and schema.
Public method EnumTables(String, String, String) Enumerates a list of tables that are available on the linked server for a specified table name, schema, and database.
Public method 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.

Top