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 the IP state of the availability group listener.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IPAddressState As AvailabilityGroupListenerIPState
Get
'Usage
Dim instance As AvailabilityGroupListenerIPAddress
Dim value As AvailabilityGroupListenerIPState
value = instance.IPAddressState
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public AvailabilityGroupListenerIPState IPAddressState { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property AvailabilityGroupListenerIPState IPAddressState {
AvailabilityGroupListenerIPState get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member IPAddressState : AvailabilityGroupListenerIPState
function get IPAddressState () : AvailabilityGroupListenerIPState
Property Value
Type: Microsoft.SqlServer.Management.Smo.AvailabilityGroupListenerIPState
The IP state of the availability group listener.