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 (8.0.2.1001)
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| Exception | Condition |
|---|
| ArgumentNullException | metricSet is . |
| InvalidSessionException | The caller context is not associated with a valid session. |
See Also