Partilhar via


Propriedade do RDL AvailabilityGroupListenerIPAddress.IPAddressStateDescription

Gets the state description of the availability group listener IP address.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IPAddressStateDescription As String 
    Get
'Uso
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

Valor da propriedade

Tipo: System.String
The state description of the availability group listener IP address.

Consulte também

Referência

AvailabilityGroupListenerIPAddress Classe

Namespace Microsoft.SqlServer.Management.Smo