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 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.