Share via


ExcelServicesJob.ClusterNodes Property

Gets the number of nodes associated with the compute cluster where the job is submitted.

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 ReadOnly Property ClusterNodes As Integer
    Get
'Usage
Dim instance As ExcelServicesJob
Dim value As Integer

value = instance.ClusterNodes
public int ClusterNodes { get; }

Property Value

Type: System.Int32
The number of compute nodes.

Remarks

This property must be set after the constructor call, and before a call to the Schedule, ScheduledRunNow, or private RunNowAsync method.

See Also

Reference

ExcelServicesJob Class

ExcelServicesJob Members

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