Aracılığıyla paylaş


Measure.FormatString Özelliği

Alır veya ayarlar FormatString bilgi Measure, istemciler tarafından kullanılacak

Ad Alanı:  Microsoft.AnalysisServices
Derleme:  Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)

Sözdizimi

'Bildirim
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.FormatStringConverter, Microsoft.AnalysisServices.Design")> _
Public Property FormatString As String
    Get
    Set
'Kullanım
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)

Özellik Değeri

Tür: System.String
A dize içeren FormatString bilgi.

Açıklamalar

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