Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.