LinkedServer.EnumColumns Method
SQL Server 2008 R2
Enumerates a list of columns that can be accessed on the linked server.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
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. |
