Share via


ExcelServicesJob.MaximumProcessors Property

Gets or sets the maximum number of processors to use for the Windows Compute Cluster Server 2003 jobs and tasks.

Namespace:  Microsoft.Office.Excel.Server.Addins.ComputeCluster
Assembly:  Microsoft.Office.Excel.Server.Addins.ComputeCluster (in Microsoft.Office.Excel.Server.Addins.ComputeCluster.dll)

Syntax

'Declaration
Public Property MaximumProcessors As Integer
    Get
    Set
'Usage
Dim instance As ExcelServicesJob
Dim value As Integer

value = instance.MaximumProcessors

instance.MaximumProcessors = value
public int MaximumProcessors { get; set; }

Property Value

Type: System.Int32
The number of processors.

See Also

Reference

ExcelServicesJob Class

ExcelServicesJob Members

Microsoft.Office.Excel.Server.Addins.ComputeCluster Namespace