IDataInputServiceGetDataInputTransforms Method (MetricSet) |
Gets the data input transforms for which the user is able to insert data.
Namespace:
Dundas.BI.Data.DataInput
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
SyntaxICollection<TransformInfo> GetDataInputTransforms(
MetricSet metricSet
)
Function GetDataInputTransforms (
metricSet As MetricSet
) As ICollection(Of TransformInfo)
ICollection<TransformInfo^>^ GetDataInputTransforms(
MetricSet^ metricSet
)
abstract GetDataInputTransforms :
metricSet : MetricSet -> ICollection<TransformInfo>
Parameters
- metricSet
- Type: Dundas.BI.Entities.MetricSetsMetricSet
The metric set.
Return Value
Type:
ICollectionTransformInfoThe collection of data input transforms the user has access to.
Exceptions
See Also