ISchedulerRowSet.GetObjectIndex(Int32) Method

Definition

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.

Applies to