다음을 통해 공유


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 네임스페이스