Defines properties that can be used by reporting tools to provide enhanced formatting.
继承层次结构
System.Object
Microsoft.AnalysisServices.CalculationPropertyVisualizationProperties
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Class CalculationPropertyVisualizationProperties
用法
Dim instance As CalculationPropertyVisualizationProperties
public class CalculationPropertyVisualizationProperties
public ref class CalculationPropertyVisualizationProperties
type CalculationPropertyVisualizationProperties = class end
public class CalculationPropertyVisualizationProperties
CalculationPropertyVisualizationProperties 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
![]() |
CalculationPropertyVisualizationProperties | Initializes a new instance of the CalculationPropertyVisualizationProperties class. |
页首
属性
名称 | 说明 | |
---|---|---|
![]() |
Alignment | Specifies the justification within a column. |
![]() |
ContextualNameRule | Gets or sets a naming format to disambiguate attributes from role-playing dimensions. |
![]() |
DefaultDetailsPosition | Gets or sets the ordinal position of the measure in a list of common attributes that can be used to summarize a record. |
![]() |
FolderPosition | Gets or sets the ordinal position of the measure in its display folder. |
![]() |
IsDefaultMeasure | Gets or sets a value that indicates whether this measure is automatically used to summarize a dimension. |
![]() |
IsFolderDefault | Gets or sets a value that indicates whether this measure 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. |
![]() |
IsSimpleMeasure | Gets or sets whether the measure is a simple measure. |
![]() |
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 measure in a list of attributes to sort on. |
![]() |
Units | Gets or sets the unit name to appear next to a value. |
![]() |
Width | Gets or sets a number that indicates the size of the column (in characters) used to display a value. |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Equals | (从 Object 继承。) |
![]() |
Finalize | (从 Object 继承。) |
![]() |
GetHashCode | (从 Object 继承。) |
![]() |
GetType | (从 Object 继承。) |
![]() |
MemberwiseClone | (从 Object 继承。) |
![]() |
ToString | (从 Object 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。