LinkedServer.EnumColumns Method
Enumerates a list of columns that can be accessed on the linked server.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Overload List
Name | 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.
|
See Also
Reference
LinkedServer Class
LinkedServer Members
Microsoft.SqlServer.Management.Smo Namespace
Other Resources
Using Linked Servers in SMO
Linking Servers
sp_addlinkedserver (Transact-SQL)
sp_columns_ex (Transact-SQL)