Sdílet prostřednictvím


LinkedServer.EnumTables Method

Include Protected Members
Include Inherited Members

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

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)

Top