LinkedServer.EnumTables Method
Enumerates a list of tables that are available 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.EnumTables () |
Enumerates a list of tables that are available on the linked server.
|
LinkedServer.EnumTables (String) |
Enumerates a list of tables that are available on the linked server for a specified table name.
|
LinkedServer.EnumTables (String, String) |
Enumerates a list of tables that are available on the linked server for a specified table name and schema.
|
LinkedServer.EnumTables (String, String, String) |
Enumerates a list of tables that are available on the linked server for a specified table name, schema, and database.
|
LinkedServer.EnumTables (String, String, String, LinkedTableType) |
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_tables_ex (Transact-SQL)