Freigeben über


EnumColumns-Methode

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

Überladungsliste 

  Name Beschreibung
Öffentliche Methode EnumColumns() () () () Enumerates a list of columns that can be accessed on the linked server.
Öffentliche Methode EnumColumns(String) Enumerates a list of columns that can be accessed on the linked server for a specified table.
Öffentliche Methode EnumColumns(String, String) Enumerates a list of columns that can be accessed on the linked server for a specified table and schema.
Öffentliche Methode EnumColumns(String, String, String) Enumerates a list of columns that can be accessed on the linked server for a specified table, schema, and database.
Öffentliche Methode EnumColumns(String, String, String, String) Enumerates a list of columns that can be accessed on the linked server for a specified column.

Zum Anfang