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 processing priority of a MeasureGroup object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property ProcessingPriority As Integer
Get
Set
'Usage
Dim instance As MeasureGroup
Dim value As Integer
value = instance.ProcessingPriority
instance.ProcessingPriority = value
public int ProcessingPriority { get; set; }
public:
property int ProcessingPriority {
int get ();
void set (int value);
}
member ProcessingPriority : int with get, set
function get ProcessingPriority () : int
function set ProcessingPriority (value : int)
Property Value
Type: System.Int32
The processing priority.