Właściwość Cell.FormattedValue
Pobiera ciąg reprezentujący wartość sformatowaną z Cell.
Przestrzeń nazw: Microsoft.AnalysisServices.AdomdClient
Zestaw: Microsoft.AnalysisServices.AdomdClient (w Microsoft.AnalysisServices.AdomdClient.dll)
Składnia
'Deklaracja
Public ReadOnly Property FormattedValue As String
Get
'Użycie
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
Wartość właściwości
Typ: System.String
A ciąg zawiera wartość sformatowaną z Cell.
Uwagi
Formatowanie wartości dla tej właściwość zazwyczaj jest określana przez wartość właściwość komórka specyficznym dla dostawca.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.