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 of this class.
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 DatabaseReplicaStateCollection
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
An object that is the parent of the DatabaseReplicaStateCollection object.