Gets or sets the ordinal position of the measure in a list of attributes to sort on.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Property SortPropertiesPosition As Integer
Get
Set
用法
Dim instance As CalculationPropertyVisualizationProperties
Dim value As Integer
value = instance.SortPropertiesPosition
instance.SortPropertiesPosition = value
public int SortPropertiesPosition { get; set; }
public:
property int SortPropertiesPosition {
int get ();
void set (int value);
}
member SortPropertiesPosition : int with get, set
function get SortPropertiesPosition () : int
function set SortPropertiesPosition (value : int)
属性值
类型:System.Int32
The ordinal position of the measure in a list of attributes to sort on.