Enum SsasMeasureFormat
C#
public enum SsasMeasureFormat
Fields
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. |