AvailabilityGroupListenerIPAddressCollection.Parent Property

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.

See Also

Reference

AvailabilityGroupListenerIPAddressCollection Class

Microsoft.SqlServer.Management.Smo Namespace