get_function
Retrieve the full definition and parameter list of a T-SQL user-defined function from a Microsoft Fabric Data Warehouse or SQL Analytics Endpoint.
Instructions
Fetch the full definition of a T-SQL user-defined function (schema.fn).
Returns the function definition (from sys.sql_modules) and its parameter list
(from sys.parameters). Scalar UDFs and inline TVFs are supported on both
Data Warehouses and SQL Analytics Endpoints.
Args:
workspace: Workspace name or GUID.
item: Warehouse or SQL Analytics Endpoint name or GUID.
qualified_name: Dot-separated qualified function name, e.g. dbo.fn_clean_input.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | Yes | ||
| item | Yes | ||
| qualified_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||