Share via


ExcelServicesJob.ClusterName Property

Gets or sets the name of the compute cluster to connect to, to submit the Windows Compute Cluster Server 2003 job.

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

value = instance.ClusterName

instance.ClusterName = value
public string ClusterName { get; set; }

Property Value

Type: System.String
The name of the compute cluster.

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