Compartilhar via


Propriedade do RDL Measure.FormatString

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.FormatStringConverter, Microsoft.AnalysisServices.Design")> _
Public Property FormatString As String 
    Get 
    Set
'Uso
Dim instance As Measure 
Dim value As String 

value = instance.FormatString

instance.FormatString = value
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.FormatStringConverter, Microsoft.AnalysisServices.Design")]
public string FormatString { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.FormatStringConverter, Microsoft.AnalysisServices.Design")]
public:
property String^ FormatString {
    String^ get ();
    void set (String^ value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.FormatStringConverter, Microsoft.AnalysisServices.Design")>]
member FormatString : string with get, set
function get FormatString () : String 
function set FormatString (value : String)

Valor da propriedade

Tipo: System.String
A String that contains the FormatString information.

Comentários

Same as in Microsoft SQL Server 2000 Analysis Services; only constants allowed.

Consulte também

Referência

Measure Classe

Namespace Microsoft.AnalysisServices