Condividi tramite


Classe SchedulerCollection

Represents a collection of scheduler.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class SchedulerCollection _
    Implements ICollection, IEnumerable
'Utilizzo
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

Nel tipo SchedulerCollection sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Count Gets the total number of elements in the collection.
Proprietà pubblica IsSynchronized Gets a value that indicates whether the collection is synchronized.
Proprietà pubblica Item Gets the item at the specified index in the collection.
Proprietà pubblica SyncRoot Gets the SyncRoot of collection.

In alto

Metodi

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

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Smo