Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the state description of the availability group listener IP address.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IPAddressStateDescription As String
Get
'Usage
Dim instance As AvailabilityGroupListenerIPAddress
Dim value As String
value = instance.IPAddressStateDescription
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string IPAddressStateDescription { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ IPAddressStateDescription {
String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member IPAddressStateDescription : string
function get IPAddressStateDescription () : String
Property Value
Type: System.String
The state description of the availability group listener IP address.