Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the ordinal position of the measure in a list of common attributes that can be used to summarize a record.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property DefaultDetailsPosition As Integer
Get
Set
'Usage
Dim instance As CalculationPropertyVisualizationProperties
Dim value As Integer
value = instance.DefaultDetailsPosition
instance.DefaultDetailsPosition = value
public int DefaultDetailsPosition { get; set; }
public:
property int DefaultDetailsPosition {
int get ();
void set (int value);
}
member DefaultDetailsPosition : int with get, set
function get DefaultDetailsPosition () : int
function set DefaultDetailsPosition (value : int)
Property Value
Type: System.Int32
The ordinal position of the measure in a list of common attributes that can be used to summarize a record.