ConnectorElementProcessElementValue Method |
Performs data type adjustments that are needed for an element output value to match its element's type.
Generates warnings if meaningful changes to the data are needed (e.g. string truncation).
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic Object ProcessElementValue(
Object value
)
Public Function ProcessElementValue (
value As Object
) As Object
public:
Object^ ProcessElementValue(
Object^ value
)
member ProcessElementValue :
value : Object -> Object
Parameters
- value
- Type: SystemObject
The value to process.
Return Value
Type:
ObjectThe adjusted value.
See Also