Share via


ExcelServicesJob.CCSFilename Property

Gets the Windows Compute Cluster Server 2003 XML file name used by the Schedule and ScheduledRunNow methods.

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

value = instance.CCSFilename
public string CCSFilename { get; }

Property Value

Type: System.String
The Windows Compute Cluster Server 2003 XML file name.

See Also

Reference

ExcelServicesJob Class

ExcelServicesJob Members

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