共用方式為


Parallel 元素 (XMLA)

識別要由 Batch 父命令以平行方式執行的命令。

語法

<Batch>
   ....
   <Parallel maxParallel="Integer">
      <!-- One or more XMLA commands -->
   </Parallel>
   ....
</Batch>

元素特性

特性

說明

資料類型和長度

預設值

基數

0-n:出現一次以上的選擇性元素。

元素關聯性

關聯性

元素

父元素

Batch

子元素

下列任一項:

Alter 元素Backup 元素Batch 元素BeginTransaction 元素Cancel 元素ClearCache 元素CommitTransaction 元素Create 元素Delete 元素DesignAggregations 元素Drop 元素Insert 元素Lock 元素MergePartitions 元素NotifyTableChange 元素Process 元素Restore 元素RollbackTransaction 元素SetPasswordEncryptionKey 元素Subscribe 元素Synchronize 元素Unlock 元素Update 元素UpdateCells 元素

屬性

屬性

說明

maxParallel

選擇性 Integer 屬性。 表示要以平行方式執行命令的最大執行緒數目。 如果沒有指定或設定為 0,Microsoft SQL Server Analysis Services 的執行個體就會根據電腦上可用的處理器數目來決定最佳的執行緒數目。

請參閱

概念

屬性 (XMLA)