IBcfParameter Properties |
The IBcfParameter type exposes the following members.
| Name | Description | |
|---|---|---|
| AccessPath | Obsolete.
Gets the access path.
| |
| Calculator |
Gets the BcfCalculator the parameter belongs to.
| |
| CanSetValue |
Gets a value indicating the parameter value can be set (see BcfValueParameterSetupT).
| |
| Function |
Gets the BcfFunction, if the parameter is a value-calculator parameter; otherwise .
| |
| IsComputed |
Gets a value indicating the parameter is computed. (see BcfComputedFunctionParameterSetupT, BcfComputedRuleParameterSetupT).
| |
| IsLinked |
Gets a value indicating the parameter is linked with a column. (see BcfLinkedParameterSetupT; BcfNullableLinkedParameterSetupT).
| |
| ItemLinkKind |
Get the BcfParameterLinkKind of the parameter seen from each row of OwningTupleParameter.
| |
| Name |
Gets the parameters name.
| |
| OwningTupleParameter |
The BcfTupleParameter this parameter belongs to; or .
| |
| ParameterLinkKind |
Get the BcfParameterLinkKind of the parameter.
| |
| Rule |
Gets the BcfRule, if the parameter is a rule parameter; otherwise .
| |
| SourceColumn |
Returns the column the parameter depends on. Value is 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.
|