UsageType property: DataSourceParameter class
Description
Use this property to set or return the usage type for this data source parameter as a string. The values are:
| Value | Description |
|---|---|
|
&utility.USAGETYPE_FIXED |
This parameter takes a fixed value. |
|
&utility.USAGETYPE_NOTUSED |
This parameter is not used. |
|
&utility.USAGETYPE_SYSVAR |
This parameter gets its value from a system variable. |
|
&utility.USAGETYPE_USERSPECIFIED |
The value of this parameter can be specified by the user. |
|
&utility.USAGETYPE_INTERNAL |
This parameter is for internal use. |
|
&utility.USAGETYPE_ADMINSPECIFIED |
The value of this parameter can be changed only by users having administrator access to the data. |
This property is read/write.