PivotItem.SourceNameStandard 属性

定义

返回一个 String 类型的值,该值代表标准英语 (美国) 格式设置中的数据透视表项的源名称。 此为只读属性。

public:
 property System::String ^ SourceNameStandard { System::String ^ get(); };
public string SourceNameStandard { get; }
Public ReadOnly Property SourceNameStandard As String

属性值

注解

当项具有本地化版本且其 SourceNameStandard 属性值不同于 SourceName 属性值(例如日期格式)时,将使用此属性。

适用于