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


Свойство Cell.FormattedValue

Gets a string representing the formatted value of the Cell.

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

Синтаксис

'Декларация
Public ReadOnly Property FormattedValue As String 
    Get
'Применение
Dim instance As Cell 
Dim value As String 

value = instance.FormattedValue
public string FormattedValue { get; }
public:
property String^ FormattedValue {
    String^ get ();
}
member FormattedValue : string
function get FormattedValue () : String

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

Тип: System.String
A String that contains the formatted value of the Cell.

Замечания

The formatting of the value for this property is typically determined by the value of a provider-specific cell property. In Microsoft Службы SQL Server 2005 Analysis Services (SSAS), the FORMAT_STRING cell property is used to determine the formatting for the value of this property.

См. также

Справочник

Cell Класс

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