Utility.ManagedInstanceWithUnderutilizedProcessorCount Property

Definition

Gets the number of managed instances of SQL Server that are executed on underutilized processors.

public:
 property int ManagedInstanceWithUnderutilizedProcessorCount { int get(); };
public int ManagedInstanceWithUnderutilizedProcessorCount { get; }
member this.ManagedInstanceWithUnderutilizedProcessorCount : int
Public ReadOnly Property ManagedInstanceWithUnderutilizedProcessorCount As Integer

Property Value

An Int32 value specifying the number of managed instances of SQL Server that are executed on underutilized processors.

Applies to