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