MetricSetAnalysisStructureId Property |
Gets the ID 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 (24.3.0.1000)
Syntax public Guid? AnalysisStructureId { get; }
Public ReadOnly Property AnalysisStructureId As Guid?
Get
public:
property Nullable<Guid> AnalysisStructureId {
Nullable<Guid> get ();
}
member AnalysisStructureId : Nullable<Guid> with get
Property Value
Type:
NullableGuidThe ID of the analysis structure, or
if no analysis structure is used.
See Also