LinkedServer.EnumColumns 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
EnumColumns() |
enumerates the columns of tables defined on a linked server |
EnumColumns(String) |
enumerates the columns of tables defined on a linked server |
EnumColumns(String, String) |
enumerates the columns of tables defined on a linked server |
EnumColumns(String, String, String) |
enumerates the columns of tables defined on a linked server |
EnumColumns(String, String, String, String) |
enumerates the columns of tables defined on a linked server |
EnumColumns()
enumerates the columns of tables defined on a linked server
public System.Data.DataTable EnumColumns ();
member this.EnumColumns : unit -> System.Data.DataTable
Public Function EnumColumns () As DataTable
Returns
Applies to
EnumColumns(String)
EnumColumns(String, String)
enumerates the columns of tables defined on a linked server
public System.Data.DataTable EnumColumns (string tableName, string schemaName);
member this.EnumColumns : string * string -> System.Data.DataTable
Public Function EnumColumns (tableName As String, schemaName As String) As DataTable
Parameters
- tableName
- String
- schemaName
- String
Returns
Applies to
EnumColumns(String, String, String)
enumerates the columns of tables defined on a linked server
public System.Data.DataTable EnumColumns (string tableName, string schemaName, string databaseName);
member this.EnumColumns : string * string * string -> System.Data.DataTable
Public Function EnumColumns (tableName As String, schemaName As String, databaseName As String) As DataTable
Parameters
- tableName
- String
- schemaName
- String
- databaseName
- String
Returns
Applies to
EnumColumns(String, String, String, String)
enumerates the columns of tables defined on a linked server
public System.Data.DataTable EnumColumns (string tableName, string schemaName, string databaseName, string columnName);
member this.EnumColumns : string * string * string * string -> System.Data.DataTable
Public Function EnumColumns (tableName As String, schemaName As String, databaseName As String, columnName As String) As DataTable
Parameters
- tableName
- String
- schemaName
- String
- databaseName
- String
- columnName
- String