This topic has not yet been rated - Rate this topic

LinkedServer.EnumColumns Method

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.

  NameDescription
Public method EnumColumns() Enumerates a list of columns that can be accessed on the linked server.
Public method EnumColumns(String) Enumerates a list of columns that can be accessed on the linked server for a specified table.
Public method EnumColumns(String, String) Enumerates a list of columns that can be accessed on the linked server for a specified table and schema.
Public method EnumColumns(String, String, String) Enumerates a list of columns that can be accessed on the linked server for a specified table, schema, and database.
Public method EnumColumns(String, String, String, String) Enumerates a list of columns that can be accessed on the linked server for a specified column.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.