DimensionAttributeVisualizationProperties 类

Defines properties that can be used by reporting tools to provide enhanced formatting.

继承层次结构

System.Object
  Microsoft.AnalysisServices.DimensionAttributeVisualizationProperties

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Class DimensionAttributeVisualizationProperties
用法
Dim instance As DimensionAttributeVisualizationProperties
public class DimensionAttributeVisualizationProperties
public ref class DimensionAttributeVisualizationProperties
type DimensionAttributeVisualizationProperties =  class end
public class DimensionAttributeVisualizationProperties

DimensionAttributeVisualizationProperties 类型公开以下成员。

构造函数

  名称 说明
公共方法 DimensionAttributeVisualizationProperties Initializes a new instance of the DimensionAttributeVisualizationProperties class.

页首

属性

  名称 说明
公共属性 Alignment Gets or sets the justification within a column.
公共属性 CommonIdentifierPosition Gets or sets the ordinal position of the object in a list of common attributes that can be used to identify a record.
公共属性 ContextualNameRule Gets or sets a naming format to disambiguate attributes from role-playing dimensions.
公共属性 DefaultAggregateFunction Gets or sets the aggregate function to be used by reporting tools to summarize attribute values.
公共属性 DefaultDetailsPosition Gets or sets the ordinal position of the attribute in a list of common attributes that can be used to summarize a record.
公共属性 DisplayKeyPosition Gets or sets the ordinal position of the attribute in a list of user-readable values that uniquely identify a record.
公共属性 FolderPosition Gets or sets the ordinal position of the attribute in its display folder.
公共属性 IsDefaultImage Gets or sets a value that indicates whether this image is used to represent a record.
公共属性 IsFolderDefault Gets or sets a value that indicates whether this attribute should be used to represent the contents of its display folder.
公共属性 IsRightToLeft Gets or sets a value that indicates whether the text should be displayed from right to left.
公共属性 SortDirection Gets or sets a value that provides guidance to reporting tools on how to sort values.
公共属性 SortPropertiesPosition Gets or sets the ordinal position of the object in a list of attributes to sort on.
公共属性 Units Gets or sets the name of the unit that appears next to a value.
公共属性 Width Gets or sets a number that indicates the size of the column (in characters) where values are displayed.

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.AnalysisServices 命名空间