Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the display format for a CalculationProperty object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property FormatString As String
Get
Set
'Usage
Dim instance As CalculationProperty
Dim value As String
value = instance.FormatString
instance.FormatString = value
public string FormatString { get; set; }
public:
property String^ FormatString {
String^ get ();
void set (String^ value);
}
member FormatString : string with get, set
function get FormatString () : String
function set FormatString (value : String)
Property Value
Type: System.String
An MDX expression.