WorkloadGroup.ResourcePool Property
ResourcePool relationship class of WorkloadGroup
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Shared Property ResourcePool As ModelRelationshipClass
Get
Friend Set
'Usage
Dim value As ModelRelationshipClass
value = WorkloadGroup.ResourcePool
public static ModelRelationshipClass ResourcePool { get; internal set; }
public:
static property ModelRelationshipClass^ ResourcePool {
ModelRelationshipClass^ get ();
internal: void set (ModelRelationshipClass^ value);
}
static member ResourcePool : ModelRelationshipClass with get, internal set
static function get ResourcePool () : ModelRelationshipClass
internal static function set ResourcePool (value : ModelRelationshipClass)
Property Value
Type: Microsoft.SqlServer.Dac.Model.ModelRelationshipClass