Enum NamedSetType
Namespace: Varigence.Languages.Biml.Cube.Calculation
Assembly: Biml.dll
C#
public enum NamedSetType
Fields
Fields | Description |
---|---|
Dynamic | Specifies that the named set will be reevaluated in the context of each query that references it. |
Static | Specifies that the named set will be evaluated only when it is created. |