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.