This topic has not yet been rated - Rate this topic

AvailabilityGroupListener.AvailabilityGroupListenerIPAddresses Property

SQL Server 2012

Gets the collection of replicas participating in the availability group.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.OneToAny, 
	typeof(AvailabilityGroupListenerIPAddress))]
public AvailabilityGroupListenerIPAddressCollection AvailabilityGroupListenerIPAddresses { get; }

Property Value

Type: Microsoft.SqlServer.Management.Smo.AvailabilityGroupListenerIPAddressCollection
The collection of replicas participating in the availability group.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.