ExcelServicesJob.MinimumProcessors Property
Gets or sets the minimum 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 MinimumProcessors As Integer
Get
Set
'Usage
Dim instance As ExcelServicesJob
Dim value As Integer
value = instance.MinimumProcessors
instance.MinimumProcessors = value
public int MinimumProcessors { get; set; }
Property Value
Type: System.Int32
The number of processors.
See Also
Reference
Microsoft.Office.Excel.Server.Addins.ComputeCluster Namespace