共用方式為


EnumTables 方法

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

多載清單 

  名稱 描述
公用方法 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)

頂端