ISchedulerRowSet Interface
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.
Defines a rowset object that you can use to retrieve data from the rowset.
public interface ISchedulerRowSet : IDisposable
type ISchedulerRowSet = interface
interface IDisposable
Public Interface ISchedulerRowSet
Implements IDisposable
- Implements
Methods
| GetCount() |
Retrieves the number of rows in the rowset. |
| GetObjectIndex(Int32) |
Retrieves the rowset index for the specified object. |
| GetRows(Int32, Int32, Int32) |
Retrieves the specified range of rows from the rowset and returns a count of the number of rows in the rowset. |
| GetRows(Int32, Int32) |
Retrieve the specified range of rows from the rowset. |