SelectTransformSourceInvariantTransformSettings Property

Gets all this select transform's settings that can be transferred to a new select transform during rewiring. Override if there are settings that ought to be excluded.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
protected virtual IReadOnlyList<ComponentSetting> SourceInvariantTransformSettings { get; }

Return Value

Type: IReadOnlyListComponentSetting
A list of settings that are safe to transfer.
See Also