Share via


LinkedServer.EnumColumns Method

Include Protected Members
Include Inherited Members

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

Overload List

  Name Description
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