Share via


Propriété ProcessingPriority

Gets or sets the processing priority for the cube.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property ProcessingPriority As Integer
    Get
    Set
'Utilisation
Dim instance As Cube
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)

Valeur de propriété

Type : System. . :: . .Int32
An Integer.