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.

请参阅

参考

ResourcePoolAffinityInfo 类

Microsoft.SqlServer.Management.Smo 命名空间