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.
An enumeration containing the processingmode associated with the cube to which the MeasureGroup is a child.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property ProcessingMode As ProcessingMode
Get
Set
'Usage
Dim instance As MeasureGroup
Dim value As ProcessingMode
value = instance.ProcessingMode
instance.ProcessingMode = value
public ProcessingMode ProcessingMode { get; set; }
public:
property ProcessingMode ProcessingMode {
ProcessingMode get ();
void set (ProcessingMode value);
}
member ProcessingMode : ProcessingMode with get, set
function get ProcessingMode () : ProcessingMode
function set ProcessingMode (value : ProcessingMode)
Property Value
Type: Microsoft.AnalysisServices.ProcessingMode
A ProcessingMode object.