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 AvailabilityGroup object that is the parent of the DatabaseReplicaState 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 AvailabilityGroup
Get
'Usage
Dim instance As DatabaseReplicaState
Dim value As AvailabilityGroup
value = instance.Parent
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public AvailabilityGroup Parent { get; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
public:
property AvailabilityGroup^ Parent {
AvailabilityGroup^ get ();
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : AvailabilityGroup
function get Parent () : AvailabilityGroup
Property Value
Type: Microsoft.SqlServer.Management.Smo.AvailabilityGroup
The AvailabilityGroup object that is the parent of the DatabaseReplicaState object.