ResourcePoolCollection.Parent 속성
Gets the parent, in this case a Resource Governor, object of a Resource Pool Collection.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public ReadOnly Property Parent As ResourceGovernor
Get
‘사용 방법
Dim instance As ResourcePoolCollection
Dim value As ResourceGovernor
value = instance.Parent
public ResourceGovernor Parent { get; }
public:
property ResourceGovernor^ Parent {
ResourceGovernor^ get ();
}
member Parent : ResourceGovernor
function get Parent () : ResourceGovernor
속성 값
유형: Microsoft.SqlServer.Management.Smo.ResourceGovernor
The parent, in this case a Resource Governor.
참고 항목
참조
Microsoft.SqlServer.Management.Smo 네임스페이스