AnalyticsProcessingComponent.NumProcessingTasksInParallel 属性
处理任务并行运行的数目。
命名空间: Microsoft.Office.Server.Search.Administration.Topology
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Property NumProcessingTasksInParallel As UInteger
Get
Set
用法
Dim instance As AnalyticsProcessingComponent
Dim value As UInteger
value = instance.NumProcessingTasksInParallel
instance.NumProcessingTasksInParallel = value
public uint NumProcessingTasksInParallel { get; set; }
属性值
备注
此值应设置以匹配的可用于分析处理的 CPU 内核的数量。
另请参阅
引用
AnalyticsProcessingComponent 类