Partager via


EnumColumns méthode

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

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