Scheduler Class
Represents the scheduler associated with the Server Management Object.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Smo.Scheduler
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public NotInheritable Class Scheduler
'Usage
Dim instance As Scheduler
public sealed class Scheduler
public ref class Scheduler sealed
[<SealedAttribute>]
type Scheduler = class end
public final class Scheduler
The Scheduler type exposes the following members.
Properties
Name | Description | |
---|---|---|
AffinityMask | Gets or sets the affinity mask associated with the scheduler. | |
Cpu | Gets the information about one CPU on an instance of SQL Server. | |
Id | Gets the scheduler identifier. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.