Share via


ExcelServicesJob.TypeOfDivision Property

Gets or sets the type of division to perform in dividing the input work into Windows Compute Cluster Server 2003 tasks.

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

value = instance.TypeOfDivision

instance.TypeOfDivision = value
public DivisorType TypeOfDivision { get; set; }

Property Value

Type: Microsoft.Office.Excel.Server.Addins.ComputeCluster.DivisorType
The type of division.

See Also

Reference

ExcelServicesJob Class

ExcelServicesJob Members

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