SchedulerCollection Methods
SQL Server 2012
The SchedulerCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
CopyTo(Array, Int32) | Copies the elements of the SchedulerCollection to an Array, starting at a particular Array index. |
|
CopyTo(NumaNode[], Int32) | Copies the elements of the SchedulerCollection to an Array, starting at a particular Array index. |
|
Equals | (Inherited from Object.) |
|
GetByID | Gets a particular scheduler from the collection on ID. |
|
GetElementAt | 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 | Sets the affinity mask for the Scheduler in the specified range. |
|
ToString | (Inherited from Object.) |
