Propriété AvailabilityGroupListenerIPAddress.IPAddressStateDescription

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IPAddressStateDescription As String 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

AvailabilityGroupListenerIPAddress Classe

Espace de noms Microsoft.SqlServer.Management.Smo