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)
Syntax
ICollection<TransformInfo> GetDataInputTransforms(
	MetricSet metricSet
)

Parameters

metricSet
Type: Dundas.BI.Entities.MetricSetsMetricSet
The metric set.

Return Value

Type: ICollectionTransformInfo
The collection of data input transforms the user has access to.
Exceptions
ExceptionCondition
ArgumentNullExceptionmetricSet is .
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also