TransformStatisticsElementStatistics Property |
Gets the element statistics for the current transform.
Namespace:
Dundas.BI.Instrumentation
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public IReadOnlyList<ElementStatistics> ElementStatistics { get; }
Public ReadOnly Property ElementStatistics As IReadOnlyList(Of ElementStatistics)
Get
public:
property IReadOnlyList<ElementStatistics^>^ ElementStatistics {
IReadOnlyList<ElementStatistics^>^ get ();
}
member ElementStatistics : IReadOnlyList<ElementStatistics> with get
Property Value
Type:
IReadOnlyListElementStatisticsSee Also