Partition.ProcessingPriority Property
Gets or sets the processing priority of the current partition.
Spazio dei nomi: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Sintassi
'Dichiarazione
<DefaultValueAttribute(0)> _
Public Property ProcessingPriority As Integer
[DefaultValueAttribute(0)]
public int ProcessingPriority { get; set; }
[DefaultValueAttribute(0)]
public:
property int ProcessingPriority {
int get ();
void set (int value);
}
/** @property */
public int get_ProcessingPriority ()
/** @property */
public void set_ProcessingPriority (int value)
public function get ProcessingPriority () : int
public function set ProcessingPriority (value : int)
Valore proprietà
An Integer value.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
Partition Class
Partition Members
Microsoft.AnalysisServices Namespace