Share via


ExcelServicesJob.Cluster Property

Gets or sets the compute cluster for the current job instance.

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 Cluster As ICluster
    Get
    Set
'Usage
Dim instance As ExcelServicesJob
Dim value As ICluster

value = instance.Cluster

instance.Cluster = value
public ICluster Cluster { get; set; }

Property Value

Type: ICluster
The ICluster object.

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