ResourcePool Class

Model schema container class for ResourcePool

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dac.Model.ResourcePool

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public NotInheritable Class ResourcePool
'Usage
public static class ResourcePool
public ref class ResourcePool abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type ResourcePool =  class end
public final class ResourcePool

The ResourcePool type exposes the following members.

Properties

  Name Description
Public propertyStatic member MaxCpuPercent MaxCpuPercent property class of ResourcePool
Public propertyStatic member MaxMemoryPercent MaxMemoryPercent property class of ResourcePool
Public propertyStatic member MinCpuPercent MinCpuPercent property class of ResourcePool
Public propertyStatic member MinMemoryPercent MinMemoryPercent property class of ResourcePool
Public propertyStatic member TypeClass Type class for ResourcePool

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.Dac.Model Namespace