Partager via


Cell.FormattedValue Property

Gets a string representing the formatted value of the Cell.

Espace de noms: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Syntaxe

'Déclaration
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

Valeur de propriété

A String that contains the formatted value of the Cell.

Notes

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.

Sécurité des threads

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Cell Class
Cell Members
Microsoft.AnalysisServices.AdomdClient Namespace