Класс SchedulerCollection

Represents a collection of scheduler.

Иерархия наследования

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

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public NotInheritable Class SchedulerCollection _
    Implements ICollection, IEnumerable
'Применение
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

Тип SchedulerCollection обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство Count Gets the total number of elements in the collection.
Открытое свойство IsSynchronized Gets a value that indicates whether the collection is synchronized.
Открытое свойство Item Gets the item at the specified index in the collection.
Открытое свойство SyncRoot Gets the SyncRoot of collection.

В начало

Методы

  Имя Описание
Открытый метод 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.)
Открытый метод 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 (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод SetAffinityToRange Sets the affinity mask for the Scheduler in the specified range.
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Management.Smo