MetricSetAnalysisStructureType Property |
Gets the type of the analysis structure on which the current instance is based.
Namespace:
Dundas.BI.Entities.MetricSets
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic ObjectType? AnalysisStructureType { get; }Public ReadOnly Property AnalysisStructureType As ObjectType?
Get
public:
property Nullable<ObjectType> AnalysisStructureType {
Nullable<ObjectType> get ();
}member AnalysisStructureType : Nullable<ObjectType> with get
Property Value
Type:
NullableObjectTypeThe type of the analysis structure, or
if no analysis structure is used.
See Also