Condividi tramite


Cell.FormattedValue Property

Gets a string representing the formatted value of the Cell.

Spazio dei nomi: Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property FormattedValue As String
public string FormattedValue { get; }
public:
property String^ FormattedValue {
    String^ get ();
}
/** @property */
public String get_FormattedValue ()
public function get FormattedValue () : String

Valore proprietà

A String that contains the formatted value of the Cell.

Osservazioni

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.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Cell Class
Cell Members
Microsoft.AnalysisServices.AdomdClient Namespace