Measure.FormatString Property

Definition

Gets or sets the FormatString information of the Measure, for use by clients.

[Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Basic")]
[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Measure_FormatString")]
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.FormatStringConverter, Microsoft.AnalysisServices.Design.AS")]
public string FormatString { get; set; }
[<Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Basic")>]
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Measure_FormatString")>]
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.FormatStringConverter, Microsoft.AnalysisServices.Design.AS")>]
member this.FormatString : string with get, set
Public Property FormatString As String

Property Value

String

A String that contains the FormatString information.

Attributes
Microsoft.AnalysisServices.LocalizedCategoryAttribute Microsoft.AnalysisServices.LocalizedDescriptionAttribute TypeConverterAttribute

Remarks

Only constants allowed.

Applies to