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 (8.0.2.1001)
Syntaxpublic Nullable<ObjectType> AnalysisStructureType { get; }Public ReadOnly Property AnalysisStructureType As Nullable(Of 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