Appearance
Show Database Command Parameters
Shows the input parameters of a database command.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Read | All |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Command | array of string | Name of the command ([Command]). | yes |
Result
| Name | Type | Description |
|---|---|---|
| Parameter | string | Name of the parameter. |
| ShortParameter | string | Short name of the parameter. |
| Kind | string | Kind of the parameter: Boolean, Double, Int64, Integer, String or Text. |
| Properties | string | Properties of the parameter: Brackets, Deprecated, File, Needed, Trim, Unique, Upper or Visual. |
| Default | string | Default value. |
| Allowed | string | Allowed values. |
| Description | string | Description of the parameter. |
| VersionInfo | string | Shows the server version number, indicating when the parameter was added or deprecated. |
Code
text
SHOW DATABASE COMMAND PARAMETERS
COMMAND=[string, Multiple, Needed]