Share via


ExcelServicesJob.OutputName Method

Returns the output file name.

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 Function OutputName ( _
    Location As String _
) As String
'Usage
Dim instance As ExcelServicesJob
Dim Location As String
Dim returnValue As String

returnValue = instance.OutputName(Location)
public string OutputName(
    string Location
)

Parameters

  • Location
    Type: System.String
    A file name formatted in Microsoft Visual C#. The file name format is {0:yyyyMMdd}.

Return Value

Type: System.String
The substituted Visual C# formatted file name.

Remarks

The output file name is used by the SaveWorkbook method. The first parameter that can be used in the output file name is a DateTime.Now value. The second and subsequent parameters that can be used in the output file name are each job that was executed by the Windows Compute Cluster Server 2003 job.

See Also

Reference

ExcelServicesJob Class

ExcelServicesJob Members

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