Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the parent object in the database collection.
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 AvailabilityDatabaseCollection
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 database collection.