共用方式為


LinkedServer.EnumColumns Method

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

備註

只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。

多載清單

名稱 Description
LinkedServer.EnumColumns ()
Enumerates a list of columns that can be accessed on the linked server.
LinkedServer.EnumColumns (String)
Enumerates a list of columns that can be accessed on the linked server for a specified table.
LinkedServer.EnumColumns (String, String)
Enumerates a list of columns that can be accessed on the linked server for a specified table and schema.
LinkedServer.EnumColumns (String, String, String)
Enumerates a list of columns that can be accessed on the linked server for a specified table, schema, and database.
LinkedServer.EnumColumns (String, String, String, String)
Enumerates a list of columns that can be accessed on the linked server for a specified column.

請參閱

參考

LinkedServer Class
LinkedServer Members
Microsoft.SqlServer.Management.Smo Namespace

其他資源

Using Linked Servers in SMO
連結伺服器
sp_addlinkedserver (Transact-SQL)
sp_columns_ex (Transact-SQL)