Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Represents a collection of scheduler.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.Management.Smo.SchedulerCollection
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public NotInheritable Class SchedulerCollection _
Implements ICollection, IEnumerable
'Utilisation
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
Le type SchedulerCollection expose les membres suivants.
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
Count | Gets the total number of elements in the collection. |
![]() |
IsSynchronized | Gets a value that indicates whether the collection is synchronized. |
![]() |
Item | Gets the item at the specified index in the collection. |
![]() |
SyncRoot | Gets the SyncRoot of collection. |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
CopyTo(Array, Int32) | Copies the elements of the SchedulerCollection to an Array, starting at a particular Array index. |
![]() |
CopyTo(array<NumaNode[], Int32) | Copies the elements of the SchedulerCollection to an Array, starting at a particular Array index. |
![]() |
Equals | (hérité de Object.) |
![]() |
GetByID | Gets a particular scheduler from the collection on ID. |
![]() |
GetElementAt | Gets a particular Scheduler from the collection on Index. |
![]() |
GetEnumerator | Returns an enumerator that can iterate through the SchedulerCollection instance. |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetType | (hérité de Object.) |
![]() |
SetAffinityToRange | Sets the affinity mask for the Scheduler in the specified range. |
![]() |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
.gif)
.gif)