共用方式為


ProcessingPriority 屬性

Gets or sets the processing priority of the current partition.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Property ProcessingPriority As Integer
    Get
    Set
'用途
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)

屬性值

型別:System. . :: . .Int32
An Integer value.