SsasMeasureFormat Enumeration
The SsasMeasureFormat enumeration provides a list of predefined measure formats that can be used in SQL Server Analysis Services and passed to the client application for rendering data values. Additional format strings can be provided as text.
Enumeration Values
Name | Summary |
---|---|
Standard | Specifies that the value should be formatted as a standard numeric value by the client application. |
Currency | Specifies that the value should be formatted as currency 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. |
LongDate | Specifies that the value should be formatted as a long date by the client application. |