Open this page in the API Guide

IMetricSetService.GenerateMetricSet Method

Overload List
  NameDescription
Public methodGenerateMetricSet(Guid, Guid, PersistencePolicy)
Creates and saves a MetricSet using one of the supported structures. These can be NativeStructure, DataCube or CubePerspective.
Public methodGenerateMetricSet(Guid, Guid, IEnumerable<String>, PersistencePolicy)
Creates and saves a MetricSet using one of the supported structures. It allows specifying hints for the contained elements. These can be NativeStructure, DataCube or CubePerspective.
Public methodGenerateMetricSet(Guid, Guid, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, PersistencePolicy)
Creates and saves a MetricSet using one of the supported structures. It allows specifying hints for the contained elements. These can be NativeStructure, DataCube or CubePerspective.
Public methodGenerateMetricSet(String, Guid, Guid, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, PersistencePolicy)
Creates and saves a MetricSet using one of the supported structures. It allows specifying hints for the contained elements. These can be NativeStructure, DataCube or CubePerspective.
Top
See Also