Compartir a través de


ResourcePoolAffinityInfo.Schedulers Propiedad

Gets the CPU collection instance.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

ResourcePoolAffinityInfo Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo