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 | |
---|---|---|
MaxCpuPercent | MaxCpuPercent property class of ResourcePool | |
MaxMemoryPercent | MaxMemoryPercent property class of ResourcePool | |
MinCpuPercent | MinCpuPercent property class of ResourcePool | |
MinMemoryPercent | MinMemoryPercent property class of ResourcePool | |
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.