InputConnectorTransformSettings Property |
Gets the transform settings applicable to this instance.
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic IReadOnlyList<ComponentSetting> TransformSettings { get; }Public ReadOnly Property TransformSettings As IReadOnlyList(Of ComponentSetting)
Get
public:
property IReadOnlyList<ComponentSetting^>^ TransformSettings {
IReadOnlyList<ComponentSetting^>^ get ();
}member TransformSettings : IReadOnlyList<ComponentSetting> with get
Property Value
Type:
IReadOnlyListComponentSetting
See Also