Właściwość Measure.FormatString
Pobiera lub ustawia FormatString informacji o Measure, używane przez klientów.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.FormatStringConverter, Microsoft.AnalysisServices.Design")> _
Public Property FormatString As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
A ciąg zawiera FormatString informacji.
Uwagi
Same as in Microsoft SQL Server 2000 Usługi Analysis Services; only constants allowed.