Поделиться через


Свойство DimensionAttribute.FormatString

Gets or sets the format item in a specified string.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.FormatStringConverter, Microsoft.AnalysisServices.Design")> _
Public Property FormatString As String 
    Get 
    Set
'Применение
Dim instance As DimensionAttribute 
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)

Значение свойства

Тип: System.String
The format item in a specified string.

См. также

Справочник

DimensionAttribute Класс

Пространство имен Microsoft.AnalysisServices