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
Public property AffinityMask Gets or sets the affinity mask associated with the scheduler.
Public property Cpu Gets the information about one CPU on an instance of SQL Server.
Public property Id Gets the scheduler identifier.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.SqlServer.Management.Smo Namespace