|
CsvInputAdapterAutoAssignMappingsToOutputs Property
|
Gets or sets a flag that determines whether to automatically assign column mappings to output measurements when transverse mode is enabled.
Namespace: CSVAdaptersAssembly: CsvAdapters (in CsvAdapters.dll) Version: 2.4.282-beta
Syntax[<ConnectionStringParameterAttribute>]
[<DefaultValueAttribute(true)>]
member AutoAssignMappingsToOutputs : bool with get, set
function get_AutoAssignMappingsToOutputs();
function set_AutoAssignMappingsToOutputs(value);
View SourceProperty Value
Boolean
Remarks
Value will be set to
false if
AutoMapToOutputMeasurements is enabled. No need to reassign column mappings to output
measurements if they are already being used as source for column mappings.
See Also