IBcfParameterT Properties |
[This is preliminary documentation and is subject to change.]
The IBcfParameterT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| CanSetValue |
Gets a value indicating this parameter is computed. (see BcfComputedFunctionParameterSetupT, BcfComputedRuleParameterSetupT).
| |
| IsComputed |
Gets a value indicating this parameter is computed. (see BcfComputedFunctionParameterSetupT, BcfComputedRuleParameterSetupT).
| |
| IsLinked |
Gets a value indicating this parameter is linked with a column. (see BcfLinkedParameterSetupT; BcfNullableLinkedParameterSetupT).
| |
| SourceColumn |
Returns the column the parameter depends on. Value is null on optimizer columns or is parameter is not linked (see IsLinked).
| |
| TagCells |
Gets a value indicating whether source cells will be tagged with the computed BcfFault.
| |
| Value |
Gets or sets the of a custom-value (see: BcfValueParameterSetupT) parameter.
|