Partager via


Propriété ResourcePoolAffinityInfo.Schedulers

Gets the CPU collection instance.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Schedulers As SchedulerCollection 
    Get
'Utilisation
Dim instance As ResourcePoolAffinityInfo 
Dim value As SchedulerCollection 

value = instance.Schedulers
public SchedulerCollection Schedulers { get; }
public:
property SchedulerCollection^ Schedulers {
    SchedulerCollection^ get ();
}
member Schedulers : SchedulerCollection
function get Schedulers () : SchedulerCollection

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.SchedulerCollection
The CPU collection instance.

Voir aussi

Référence

ResourcePoolAffinityInfo Classe

Espace de noms Microsoft.SqlServer.Management.Smo