Share via


Clase SchedulerCollection

Represents a collection of scheduler.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
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

El tipo SchedulerCollection expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the total number of elements in the collection.
Propiedad pública IsSynchronized Gets a value that indicates whether the collection is synchronized.
Propiedad pública Item Gets the item at the specified index in the collection.
Propiedad pública SyncRoot Gets the SyncRoot of collection.

Arriba

Métodos

  Nombre Descripción
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 (Se hereda 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 (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público SetAffinityToRange Sets the affinity mask for the Scheduler in the specified range.
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Smo