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)
Syntaxprotected virtual IReadOnlyList<ComponentSetting> SourceInvariantTransformSettings { get; }Protected Overridable ReadOnly Property SourceInvariantTransformSettings As IReadOnlyList(Of ComponentSetting)
Get
protected:
virtual property IReadOnlyList<ComponentSetting^>^ SourceInvariantTransformSettings {
IReadOnlyList<ComponentSetting^>^ get ();
}abstract SourceInvariantTransformSettings : IReadOnlyList<ComponentSetting> with get
override SourceInvariantTransformSettings : IReadOnlyList<ComponentSetting> with get
Return Value
Type:
IReadOnlyListComponentSettingA list of settings that are safe to transfer.
See Also