Propriété FormatString
Gets or sets the display format for a CalculationProperty object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property FormatString As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System. . :: . .String
An MDX expression.