Condividi tramite


DatabaseTables interface

Interfaccia che rappresenta un oggetto DatabaseTables.

Metodi

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

Ottenere una tabella di database

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

Elencare le tabelle di database

Dettagli metodo

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

Ottenere una tabella di database

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse che contiene la risorsa. È possibile ottenere questo valore dall'API di Azure Resource Manager o dal portale.

serverName

string

Nome del server.

databaseName

string

Nome del database.

schemaName

string

Nome dello schema.

tableName

string

Nome della tabella.

options
DatabaseTablesGetOptionalParams

Parametri delle opzioni.

Restituisce

Promise<DatabaseTable>

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

Elencare le tabelle di database

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse che contiene la risorsa. È possibile ottenere questo valore dall'API di Azure Resource Manager o dal portale.

serverName

string

Nome del server.

databaseName

string

Nome del database.

schemaName

string

Nome dello schema.

options
DatabaseTablesListBySchemaOptionalParams

Parametri delle opzioni.

Restituisce