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