共用方式為


DatabaseTables interface

表示 DatabaseTable 的介面。

方法

get(string, string, string, string, string, DatabaseTablesGetOptionalParams)

取得資料庫數據表

listBySchema(string, string, string, string, DatabaseTablesListBySchemaOptionalParams)

列出資料庫數據表

方法詳細資料

get(string, string, string, string, string, DatabaseTablesGetOptionalParams)

取得資料庫數據表

function get(resourceGroupName: string, serverName: string, databaseName: string, schemaName: string, tableName: string, options?: DatabaseTablesGetOptionalParams): Promise<DatabaseTable>

參數

resourceGroupName

string

包含資源的資源群組名稱。 您可以從 Azure Resource Manager API 或入口網站取得此值。

serverName

string

伺服器的名稱。

databaseName

string

資料庫的名稱。

schemaName

string

架構的名稱。

tableName

string

數據表的名稱。

options
DatabaseTablesGetOptionalParams

選項參數。

傳回

Promise<DatabaseTable>

listBySchema(string, string, string, string, DatabaseTablesListBySchemaOptionalParams)

列出資料庫數據表

function listBySchema(resourceGroupName: string, serverName: string, databaseName: string, schemaName: string, options?: DatabaseTablesListBySchemaOptionalParams): PagedAsyncIterableIterator<DatabaseTable, DatabaseTable[], PageSettings>

參數

resourceGroupName

string

包含資源的資源群組名稱。 您可以從 Azure Resource Manager API 或入口網站取得此值。

serverName

string

伺服器的名稱。

databaseName

string

資料庫的名稱。

schemaName

string

架構的名稱。

傳回