SchedulerCollection Class
Represents a collection of scheduler.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the total number of elements in the collection. |
![]() | IsSynchronized | Gets a value that indicates whether the collection is synchronized. |
![]() | Item[Int32] | Gets the item at the specified index in the collection. |
![]() | SyncRoot | Gets the SyncRoot of collection. |
| Name | Description | |
|---|---|---|
![]() | CopyTo(Array^, Int32) | Copies the elements of the SchedulerCollection to an Array, starting at a particular Array index. |
![]() | CopyTo(array<NumaNode^>^, Int32) | Copies the elements of the SchedulerCollection to an Array, starting at a particular Array index. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetByID(Int32) | Gets a particular scheduler from the collection on ID. |
![]() | GetElementAt(Int32) | Gets a particular Scheduler from the collection on Index. |
![]() | GetEnumerator() | Returns an enumerator that can iterate through the SchedulerCollection instance. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | SetAffinityToRange(Int32, Int32, Boolean) | Sets the affinity mask for the Scheduler in the specified range. |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

