ResourcePoolAffinityInfo.Schedulers Property

Gets the CPU collection instance.

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

Syntax

'Declaration
Public ReadOnly Property Schedulers As SchedulerCollection 
    Get
'Usage
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

Property Value

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

See Also

Reference

ResourcePoolAffinityInfo Class

Microsoft.SqlServer.Management.Smo Namespace