SqlPoolColumns interface
Interface representing a SqlPoolColumns.
Methods
get(string, string, string, string, string, string, Sql |
Get Sql pool column |
Method Details
get(string, string, string, string, string, string, SqlPoolColumnsGetOptionalParams)
Get Sql pool column
function get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, schemaName: string, tableName: string, columnName: string, options?: SqlPoolColumnsGetOptionalParams): Promise<SqlPoolColumn>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
The name of the workspace.
- sqlPoolName
-
string
SQL pool name
- schemaName
-
string
The name of the schema.
- tableName
-
string
The name of the table.
- columnName
-
string
The name of the column.
- options
- SqlPoolColumnsGetOptionalParams
The options parameters.
Returns
Promise<SqlPoolColumn>