Partilhar via


Método LinkedServer.EnumTables

Incluir membros protegidos
Incluir membros herdados

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

Esse membro está sobrecarregado. Para obter informações mais completas sobre esse membro, incluindo sintaxe, uso e exemplos, clique em um nome na lista de sobrecarga.

Lista de sobrecargas

  Nome Descrição
Método público EnumTables() Enumerates a list of tables that are available on the linked server.
Método público EnumTables(String) Enumerates a list of tables that are available on the linked server for a specified table name.
Método público EnumTables(String, String) Enumerates a list of tables that are available on the linked server for a specified table name and schema.
Método público 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étodo público 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.

Início

Consulte também

Referência

LinkedServer Classe

Namespace Microsoft.SqlServer.Management.Smo