SchedulerCollection-Klasse

Represents a collection of scheduler.

Vererbungshierarchie

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

Der SchedulerCollection-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Gets the total number of elements in the collection.
Öffentliche Eigenschaft IsSynchronized Gets a value that indicates whether the collection is synchronized.
Öffentliche Eigenschaft Item Gets the item at the specified index in the collection.
Öffentliche Eigenschaft SyncRoot Gets the SyncRoot of collection.

Zum Anfang

Methoden

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

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Management.Smo-Namespace