SelectTransformDataSourcePriority Property

Gets the priority in case multiple select transforms support the data source.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public virtual int DataSourcePriority { get; }

Property Value

Type: Int32
The priority.
Remarks
Used to choose a transform in case more than one select transform supports a data source, see IsDataSourceSupported(IDataSource).
See Also