Partager via


Méthode EnumColumns

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

Ce membre est surchargé. Pour plus d'informations sur ce membre, notamment sur la syntaxe et l'utilisation, et pour visualiser des exemples, cliquez sur un nom dans la liste de surcharge.

Liste de surcharge

  Nom Description
Méthode publique EnumColumns() () () () Enumerates a list of columns that can be accessed on the linked server.
Méthode publique EnumColumns(String) Enumerates a list of columns that can be accessed on the linked server for a specified table.
Méthode publique EnumColumns(String, String) Enumerates a list of columns that can be accessed on the linked server for a specified table and schema.
Méthode publique EnumColumns(String, String, String) Enumerates a list of columns that can be accessed on the linked server for a specified table, schema, and database.
Méthode publique EnumColumns(String, String, String, String) Enumerates a list of columns that can be accessed on the linked server for a specified column.

Haut de la page