Enum SsasMeasureFormat
Namespace: Varigence.Languages.Biml.Cube
Assembly: Biml.dll
C#
public enum SsasMeasureFormat
Fields
| Fields | Description |
|---|---|
| Currency | Specifies that the value should be formatted as currency by the client application. |
| LongDate | Specifies that the value should be formatted as a long date by the client application. |
| Percent | Specifies that the value should be formatted as a percentage by the client application. |
| ShortDate | Specifies that the value should be formatted as a short date by the client application. |
| Standard | Specifies that the value should be formatted as a standard numeric value by the client application. |