WorkloadGroupCollection.Parent 속성
Gets the parent resource pool of the workload group.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public ReadOnly Property Parent As ResourcePool
Get
‘사용 방법
Dim instance As WorkloadGroupCollection
Dim value As ResourcePool
value = instance.Parent
public ResourcePool Parent { get; }
public:
property ResourcePool^ Parent {
ResourcePool^ get ();
}
member Parent : ResourcePool
function get Parent () : ResourcePool
속성 값
유형: Microsoft.SqlServer.Management.Smo.ResourcePool
the parent resource pool of the workload group.
참고 항목
참조
Microsoft.SqlServer.Management.Smo 네임스페이스