Utility.ManagedInstanceWithOverutilizedProcessorCount Propiedad
Gets the number of managed instances of SQL Server that are executed on overutilized processors.
Espacio de nombres: Microsoft.SqlServer.Management.Utility
Ensamblado: Microsoft.SqlServer.Management.Utility (en Microsoft.SqlServer.Management.Utility.dll)
Sintaxis
'Declaración
Public ReadOnly Property ManagedInstanceWithOverutilizedProcessorCount As Integer
Get
'Uso
Dim instance As Utility
Dim value As Integer
value = instance.ManagedInstanceWithOverutilizedProcessorCount
public int ManagedInstanceWithOverutilizedProcessorCount { get; }
public:
property int ManagedInstanceWithOverutilizedProcessorCount {
int get ();
}
member ManagedInstanceWithOverutilizedProcessorCount : int
function get ManagedInstanceWithOverutilizedProcessorCount () : int
Valor de la propiedad
Tipo: System.Int32
An Int32 value specifying the number of managed instances of SQL Server that are executed on overutilized processors.