LinkedServer.EnumTables Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| EnumTables(String, String, String, LinkedTableType) |
énumère les tables d’un serveur lié |
| EnumTables(String, String, String) |
énumère les tables d’un serveur lié |
| EnumTables(String, String) |
énumère les tables d’un serveur lié |
| EnumTables(String) |
énumère les tables d’un serveur lié |
| EnumTables() |
énumère les tables d’un serveur lié |
EnumTables(String, String, String, LinkedTableType)
énumère les tables d’un serveur lié
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
Paramètres
- tableName
- String
- schemaName
- String
- databaseName
- String
- tableType
- LinkedTableType
Retours
S’applique à
EnumTables(String, String, String)
énumère les tables d’un serveur lié
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
Paramètres
- tableName
- String
- schemaName
- String
- databaseName
- String
Retours
S’applique à
EnumTables(String, String)
énumère les tables d’un serveur lié
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
Paramètres
- tableName
- String
- schemaName
- String
Retours
S’applique à
EnumTables()
énumère les tables d’un serveur lié
public System.Data.DataTable EnumTables();
member this.EnumTables : unit -> System.Data.DataTable
Public Function EnumTables () As DataTable