ResourcePoolAffinityInfo.Schedulers 屬性
Gets the CPU collection instance.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public ReadOnly Property Schedulers As SchedulerCollection
Get
'用途
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
屬性值
型別:Microsoft.SqlServer.Management.Smo.SchedulerCollection
The CPU collection instance.