Este tema aún no ha recibido ninguna valoración - Valorar este tema

Clase SchedulerCollection

SQL Server 2012

Represents a collection of scheduler.

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
public final class SchedulerCollection implements ICollection, IEnumerable

El tipo SchedulerCollection expone los siguientes miembros.

  NombreDescripción
Propiedad públicaCountGets the total number of elements in the collection.
Propiedad públicaIsSynchronizedGets a value that indicates whether the collection is synchronized.
Propiedad públicaItemGets the item at the specified index in the collection.
Propiedad públicaSyncRootGets the SyncRoot of collection.
Arriba
  NombreDescripción
Método públicoCopyTo(Array, Int32)Copies the elements of the SchedulerCollection to an Array, starting at a particular Array index.
Método públicoCopyTo(NumaNode[], Int32)Copies the elements of the SchedulerCollection to an Array, starting at a particular Array index.
Método públicoEquals (Se hereda de Object.)
Método públicoGetByIDGets a particular scheduler from the collection on ID.
Método públicoGetElementAtGets a particular Scheduler from the collection on Index.
Método públicoGetEnumeratorReturns an enumerator that can iterate through the SchedulerCollection instance.
Método públicoGetHashCode (Se hereda de Object.)
Método públicoGetType (Se hereda de Object.)
Método públicoSetAffinityToRangeSets the affinity mask for the Scheduler in the specified range.
Método públicoToString (Se hereda de Object.)
Arriba
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.
¿Te ha resultado útil?
(Caracteres restantes: 1500)

Adiciones de comunidad

AGREGAR
© 2013 Microsoft. Reservados todos los derechos.