Метод EnumColumns

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

Список перегрузок

  Имя Описание
Открытый метод EnumColumns() () () () Enumerates a list of columns that can be accessed on the linked server.
Открытый метод EnumColumns(String) Enumerates a list of columns that can be accessed on the linked server for a specified table.
Открытый метод EnumColumns(String, String) Enumerates a list of columns that can be accessed on the linked server for a specified table and schema.
Открытый метод EnumColumns(String, String, String) Enumerates a list of columns that can be accessed on the linked server for a specified table, schema, and database.
Открытый метод EnumColumns(String, String, String, String) Enumerates a list of columns that can be accessed on the linked server for a specified column.

В начало