Compartir a través de


EnumColumns Método

Enumerates a list of columns that can be accessed on the linked server.

Este miembro está sobrecargado. Para obtener información completa acerca de este miembro, incluidos sintaxis, uso y ejemplos, haga clic en un nombre de la lista de sobrecarga.

Lista de sobrecargas

  Nombre Descripción
Método público EnumColumns() () () () Enumerates a list of columns that can be accessed on the linked server.
Método público EnumColumns(String) Enumerates a list of columns that can be accessed on the linked server for a specified table.
Método público EnumColumns(String, String) Enumerates a list of columns that can be accessed on the linked server for a specified table and schema.
Método público EnumColumns(String, String, String) Enumerates a list of columns that can be accessed on the linked server for a specified table, schema, and database.
Método público EnumColumns(String, String, String, String) Enumerates a list of columns that can be accessed on the linked server for a specified column.

Arriba