DMSCHEMA_MINING_SERVICE_PARAMETERS Rowset
Describes the parameters for the algorithms on the server.
The DMSCHEMA_MINING_SERVICE_PARAMETERS rowset contains the following columns.
|
Column name |
Type indicator |
Length |
Description |
|---|---|---|---|
|
SERVICE_NAME |
DBTYPE_WSTR |
|
The name of the algorithm. |
|
PARAMETER_NAME |
DBTYPE_WSTR |
|
The name of the parameter. |
|
PARAMETER_TYPE |
DBTYPE_WSTR |
|
The type of the parameter. |
|
IS_REQUIRED |
DBTYPE_BOOL |
|
A Boolean that returns TRUE if the parameter is required. |
|
PARAMETER_FLAGS |
DBTYPE_UI4 |
|
A bitmask that describes the characteristics of the parameter:
|
|
DESCRIPTION |
DBTYPE_WSTR |
|
A user-friendly description of the parameter. |
|
DEFAULT_VALUE |
DBTYPE_WSTR |
|
The default value of the parameter. Returns NULL if the default value is not a simple data type. |
|
VALUE_ENUMERATION |
DBTYPE_WSTR |
|
An enumerator of possible values for the parameter. |
|
HELP_FILE |
DBTYPE_WSTR |
|
The name of the file that contains this parameter's documentation. |
|
HELP_CONTEXT |
DBTYPE_I4 |
|
The Help context ID for this function. |
