OlapCubeParameters Property |
Gets the parameters defined for the current instance.
Namespace:
Dundas.BI.Data.Metadata.Olap
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public IEnumerable<Parameter> Parameters { get; }
Public ReadOnly Property Parameters As IEnumerable(Of Parameter)
Get
public:
virtual property IEnumerable<Parameter^>^ Parameters {
IEnumerable<Parameter^>^ get () sealed;
}
abstract Parameters : IEnumerable<Parameter> with get
override Parameters : IEnumerable<Parameter> with get
Property Value
Type:
IEnumerableParameterImplements
IAnalysisStructureParametersSee Also