다음을 통해 공유


WorkloadGroup.Parent 속성

Gets or sets the ResourcePool object that is the parent of the WorkloadGroup.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As ResourcePool 
    Get 
    Set
‘사용 방법
Dim instance As WorkloadGroup 
Dim value As ResourcePool 

value = instance.Parent

instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public ResourcePool Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
public:
property ResourcePool^ Parent {
    ResourcePool^ get ();
    void set (ResourcePool^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : ResourcePool with get, set
function get Parent () : ResourcePool 
function set Parent (value : ResourcePool)

속성 값

유형: Microsoft.SqlServer.Management.Smo.ResourcePool
A ResourcePool object that is the parent of the WorkloadGroup.

참고 항목

참조

WorkloadGroup 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스