Partition.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 that represents the processing priority of the current partition.