Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the parent object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public ReadOnly Property Parent As ResourcePool
Get
'Usage
Dim instance As ResourcePoolAffinityInfo
Dim value As ResourcePool
value = instance.Parent
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public ResourcePool Parent { get; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
public:
property ResourcePool^ Parent {
ResourcePool^ get ();
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : ResourcePool
function get Parent () : ResourcePool
Property Value
Type: Microsoft.SqlServer.Management.Smo.ResourcePool
The parent object.