Compartilhar via


Propriedade do RDL ResourcePoolAffinityInfo.Schedulers

Gets the CPU collection instance.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public ReadOnly Property Schedulers As SchedulerCollection 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

ResourcePoolAffinityInfo Classe

Namespace Microsoft.SqlServer.Management.Smo