CalculationPropertyVisualizationProperties 클래스
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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.