Share via


Classe SchedulerCollection

Represents a collection of scheduler.

Hierarquia de herança

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

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

Sintaxe

'Declaração
Public NotInheritable Class SchedulerCollection _
    Implements ICollection, IEnumerable
'Uso
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

O tipo SchedulerCollection expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Count Gets the total number of elements in the collection.
Propriedade pública IsSynchronized Gets a value that indicates whether the collection is synchronized.
Propriedade pública Item Gets the item at the specified index in the collection.
Propriedade pública SyncRoot Gets the SyncRoot of collection.

Início

Métodos

  Nome Descrição
Método público CopyTo(Array, Int32) Copies the elements of the SchedulerCollection to an Array, starting at a particular Array index.
Método público CopyTo(array<NumaNode[], Int32) Copies the elements of the SchedulerCollection to an Array, starting at a particular Array index.
Método público Equals (Herdado de Object.)
Método público GetByID Gets a particular scheduler from the collection on ID.
Método público GetElementAt Gets a particular Scheduler from the collection on Index.
Método público GetEnumerator Returns an enumerator that can iterate through the SchedulerCollection instance.
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público SetAffinityToRange Sets the affinity mask for the Scheduler in the specified range.
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Smo