Package version:

Interface DatabaseColumns

Interface representing a DatabaseColumns.

Hierarchy

  • DatabaseColumns

Methods

  • Get database column

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serverName: string

      The name of the server.

    • databaseName: string

      The name of the database.

    • schemaName: string

      The name of the schema.

    • tableName: string

      The name of the table.

    • columnName: string

      The name of the column.

    • Optional options: DatabaseColumnsGetOptionalParams

      The options parameters.

    Returns Promise<DatabaseColumn>

  • List database columns

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serverName: string

      The name of the server.

    • databaseName: string

      The name of the database.

    • schemaName: string

      The name of the schema.

    • tableName: string

      The name of the table.

    • Optional options: DatabaseColumnsListByTableOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<DatabaseColumn>

Generated using TypeDoc