ISchedulerRowSet.GetObjectIndex(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the rowset index for the specified object.
public int GetObjectIndex(int itemId);
abstract member GetObjectIndex : int -> int
Public Function GetObjectIndex (itemId As Integer) As Integer
Parameters
- itemId
- Int32
An identifier that identifies an object in the rowset. For example, if the rowset contains job objects, specify a job identifier (see the Id property).
Returns
The index for the specified object in the rowset.