IMetricSetServiceGenerateMetricSet Method (Guid, Guid, PersistencePolicy) | 
  
    Namespace: 
   Dundas.BI.Entities.MetricSets
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
SyntaxMetricSet GenerateMetricSet(
	Guid parentId,
	Guid structureId,
	PersistencePolicy persistencePolicy
)
Function GenerateMetricSet ( 
	parentId As Guid,
	structureId As Guid,
	persistencePolicy As PersistencePolicy
) As MetricSet
MetricSet^ GenerateMetricSet(
	Guid parentId, 
	Guid structureId, 
	PersistencePolicy persistencePolicy
)
abstract GenerateMetricSet : 
        parentId : Guid * 
        structureId : Guid * 
        persistencePolicy : PersistencePolicy -> MetricSet 
Parameters
- parentId
 - Type: SystemGuid
The ID of the parent file or folder. - structureId
 - Type: SystemGuid
The structure ID. - 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