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 in the group.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property Parent As AvailabilityGroup
Get
'Usage
Dim instance As AvailabilityReplicaCollection
Dim value As AvailabilityGroup
value = instance.Parent
public AvailabilityGroup Parent { get; }
public:
property AvailabilityGroup^ Parent {
AvailabilityGroup^ get ();
}
member Parent : AvailabilityGroup
function get Parent () : AvailabilityGroup
Property Value
Type: Microsoft.SqlServer.Management.Smo.AvailabilityGroup
The parent object in the group.