Bagikan melalui


SchedulerCollection Class

Represents a collection of scheduler.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Smo.SchedulerCollection

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public NotInheritable Class SchedulerCollection _
    Implements ICollection, IEnumerable
'Usage
Dim instance As SchedulerCollection
public sealed class SchedulerCollection : ICollection, 
    IEnumerable
public ref class SchedulerCollection sealed : ICollection, 
    IEnumerable
[<SealedAttribute>]
type SchedulerCollection =  
    class 
        interface ICollection 
        interface IEnumerable 
    end
public final class SchedulerCollection implements ICollection, IEnumerable

The SchedulerCollection type exposes the following members.

Properties

  Name Description
Public property Count Gets the total number of elements in the collection.
Public property IsSynchronized Gets a value that indicates whether the collection is synchronized.
Public property Item Gets the item at the specified index in the collection.
Public property SyncRoot Gets the SyncRoot of collection.

Top

Methods

  Name Description
Public method CopyTo(Array, Int32) Copies the elements of the SchedulerCollection to an Array, starting at a particular Array index.
Public method CopyTo(array<NumaNode[], Int32) Copies the elements of the SchedulerCollection to an Array, starting at a particular Array index.
Public method Equals (Inherited from Object.)
Public method GetByID Gets a particular scheduler from the collection on ID.
Public method GetElementAt Gets a particular Scheduler from the collection on Index.
Public method GetEnumerator Returns an enumerator that can iterate through the SchedulerCollection instance.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method SetAffinityToRange Sets the affinity mask for the Scheduler in the specified range.
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Management.Smo Namespace