LinkedServer.EnumTables Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
| Nama | Deskripsi |
|---|---|
| EnumTables(String, String, String, LinkedTableType) |
menghitung tabel server tertaut |
| EnumTables(String, String, String) |
menghitung tabel server tertaut |
| EnumTables(String, String) |
menghitung tabel server tertaut |
| EnumTables(String) |
menghitung tabel server tertaut |
| EnumTables() |
menghitung tabel server tertaut |
EnumTables(String, String, String, LinkedTableType)
menghitung tabel server tertaut
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
Parameter
- tableName
- String
- schemaName
- String
- databaseName
- String
- tableType
- LinkedTableType
Mengembalikan
Berlaku untuk
EnumTables(String, String, String)
menghitung tabel server tertaut
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
Parameter
- tableName
- String
- schemaName
- String
- databaseName
- String
Mengembalikan
Berlaku untuk
EnumTables(String, String)
menghitung tabel server tertaut
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
Parameter
- tableName
- String
- schemaName
- String
Mengembalikan
Berlaku untuk
EnumTables()
menghitung tabel server tertaut
public System.Data.DataTable EnumTables();
member this.EnumTables : unit -> System.Data.DataTable
Public Function EnumTables () As DataTable