Compartir a través de


EnumColumns Método

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

Lista de sobrecargas

  Nombre Descripción
Método publico EnumColumns() () () () Enumerates a list of columns that can be accessed on the linked server.
Método publico EnumColumns(String) Enumerates a list of columns that can be accessed on the linked server for a specified table.
Método publico EnumColumns(String, String) Enumerates a list of columns that can be accessed on the linked server for a specified table and schema.
Método publico 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 publico EnumColumns(String, String, String, String) Enumerates a list of columns that can be accessed on the linked server for a specified column.

Principio