LinkedServer.EnumTables Method
Enumerates a list of tables that are available on the linked server.
Hinweise
Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.
Überladungsliste
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) |
Siehe auch
Verweis
LinkedServer Class
LinkedServer Members
Microsoft.SqlServer.Management.Smo Namespace
Andere Ressourcen
Using Linked Servers in SMO
Verbindungsserver
sp_addlinkedserver (Transact-SQL)
sp_tables_ex (Transact-SQL)