Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves or sets the operator for the node group.
This property is read/write.
Syntax
HRESULT put_NodeGroupOp(
[in] long value
);
HRESULT get_NodeGroupOp(
[out] long *pValue
);
Property value
The operator for the node group.
Error codes
If the method succeeds, the return value is S_OK. Otherwise, the return value is an error code. To get a description of the error, access the ErrorMessage task property.
Remarks
The NodeGroupOp property stores the group operation, for this job which is a member of the JobNodeGroupOp enum. Valid values are Intersect which signifies that nodes belong to all of the specified node groups, Uniform which signifies that nodes belong to only one of the specified node groups, and Union which signifies that nodes belong to any of the specified node groups.
Requirements
Product |
This property was introduced in Windows HPC Pack 2012 and is not supported in previous versions. |
Type library |
Microsoft.Hpc.Scheduler.tlb |