LinkedServer.EnumTables Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
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