Freigeben über


LinkedServer.EnumTables-Methode

Geschützte Member einschließen
Geerbte Member einschließen

Enumerates a list of tables that are available on the linked server.

Das Element ist überladen. Um vollständige Informationen zu diesem Element zu erhalten, einschließlich Syntax, Verwendung und Beispielen, klicken Sie auf einen Namen in der Überladungsliste.

Überladungsliste

  Name Beschreibung
Öffentliche Methode EnumTables() Enumerates a list of tables that are available on the linked server.
Öffentliche Methode EnumTables(String) Enumerates a list of tables that are available on the linked server for a specified table name.
Öffentliche Methode EnumTables(String, String) Enumerates a list of tables that are available on the linked server for a specified table name and schema.
Öffentliche Methode EnumTables(String, String, String) Enumerates a list of tables that are available on the linked server for a specified table name, schema, and database.
Öffentliche Methode EnumTables(String, String, String, LinkedTableType) Enumerates a list of tables that are available on the linked server for a specified table name, schema, database, and linked table type.

Zum Anfang

Siehe auch

Verweis

LinkedServer Klasse

Microsoft.SqlServer.Management.Smo-Namespace