Condividi tramite


Proprietà Partition.ProcessingPriority

Gets or sets the processing priority of the current partition.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Property ProcessingPriority As Integer 
    Get 
    Set
'Utilizzo
Dim instance As Partition 
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)

Valore proprietà

Tipo: System.Int32
An Integer value that represents the processing priority of the current partition.

Vedere anche

Riferimento

Partition Classe

Spazio dei nomi Microsoft.AnalysisServices