LinkedServer.EnumTables Method

Definition

Overloads

EnumTables(String, String, String, LinkedTableType)

enumerates the tables of a linked server

EnumTables(String, String, String)

enumerates the tables of a linked server

EnumTables(String, String)

enumerates the tables of a linked server

EnumTables(String)

enumerates the tables of a linked server

EnumTables()

enumerates the tables of a linked server

EnumTables(String, String, String, LinkedTableType)

enumerates the tables of a linked server

public System.Data.DataTable EnumTables (string tableName, string schemaName, string databaseName, Microsoft.SqlServer.Management.Smo.LinkedTableType tableType);
member this.EnumTables : string * string * string * Microsoft.SqlServer.Management.Smo.LinkedTableType -> System.Data.DataTable
Public Function EnumTables (tableName As String, schemaName As String, databaseName As String, tableType As LinkedTableType) As DataTable

Parameters

tableName
String
schemaName
String
databaseName
String
tableType
LinkedTableType

Returns

Applies to

EnumTables(String, String, String)

enumerates the tables of a linked server

public System.Data.DataTable EnumTables (string tableName, string schemaName, string databaseName);
member this.EnumTables : string * string * string -> System.Data.DataTable
Public Function EnumTables (tableName As String, schemaName As String, databaseName As String) As DataTable

Parameters

tableName
String
schemaName
String
databaseName
String

Returns

Applies to

EnumTables(String, String)

enumerates the tables of a linked server

public System.Data.DataTable EnumTables (string tableName, string schemaName);
member this.EnumTables : string * string -> System.Data.DataTable
Public Function EnumTables (tableName As String, schemaName As String) As DataTable

Parameters

tableName
String
schemaName
String

Returns

Applies to

EnumTables(String)

enumerates the tables of a linked server

public System.Data.DataTable EnumTables (string tableName);
member this.EnumTables : string -> System.Data.DataTable
Public Function EnumTables (tableName As String) As DataTable

Parameters

tableName
String

Returns

Applies to

EnumTables()

enumerates the tables of a linked server

public System.Data.DataTable EnumTables ();
member this.EnumTables : unit -> System.Data.DataTable
Public Function EnumTables () As DataTable

Returns

Applies to