Gets a string representing the formatted value of the Cell.
命名空间: Microsoft.AnalysisServices.AdomdClient
程序集: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
语法
声明
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
属性值
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.
线程安全
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.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
Cell Class
Cell Members
Microsoft.AnalysisServices.AdomdClient Namespace