LinkedServer.EnumTables Method
Enumerates a list of tables that are available on the linked server.
備註
只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。
多載清單
名稱 | 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) |
請參閱
參考
LinkedServer Class
LinkedServer Members
Microsoft.SqlServer.Management.Smo Namespace
其他資源
Using Linked Servers in SMO
連結伺服器
sp_addlinkedserver (Transact-SQL)
sp_tables_ex (Transact-SQL)