IMetricSetServiceGenerateMetricSet Method (Guid, Guid, IEnumerableString, PersistencePolicy) |
Namespace:
Dundas.BI.Entities.MetricSets
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax MetricSet GenerateMetricSet(
Guid parentId,
Guid structureId,
IEnumerable<string> elements,
PersistencePolicy persistencePolicy
)
Function GenerateMetricSet (
parentId As Guid,
structureId As Guid,
elements As IEnumerable(Of String),
persistencePolicy As PersistencePolicy
) As MetricSet
MetricSet^ GenerateMetricSet(
Guid parentId,
Guid structureId,
IEnumerable<String^>^ elements,
PersistencePolicy persistencePolicy
)
abstract GenerateMetricSet :
parentId : Guid *
structureId : Guid *
elements : IEnumerable<string> *
persistencePolicy : PersistencePolicy -> MetricSet
Parameters
- parentId
- Type: SystemGuid
The ID of the parent file or folder. - structureId
- Type: SystemGuid
The structure ID. - elements
- Type: System.Collections.GenericIEnumerableString
The elements. - persistencePolicy
- Type: Dundas.BI.EntitiesPersistencePolicy
A value indicating whether the entity should be created as persistent or transient.
Return Value
Type:
MetricSetThe newly created metric set.
Exceptions See Also