AvailabilityGroupListenerIPAddress.IPAddressStateDescription 属性

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

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IPAddressStateDescription As String 
    Get
用法
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

属性值

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

请参阅

参考

AvailabilityGroupListenerIPAddress 类

Microsoft.SqlServer.Management.Smo 命名空间