DataCubeFormulas Property |
Gets the formulas.
Namespace:
Dundas.BI.Entities.DataCubes
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntaxpublic IReadOnlyCollection<FormulaDefinition> Formulas { get; }
Public ReadOnly Property Formulas As IReadOnlyCollection(Of FormulaDefinition)
Get
public:
property IReadOnlyCollection<FormulaDefinition^>^ Formulas {
IReadOnlyCollection<FormulaDefinition^>^ get ();
}
member Formulas : IReadOnlyCollection<FormulaDefinition> with get
Property Value
Type:
IReadOnlyCollectionFormulaDefinition
See Also