AvailabilityGroupListenerIPAddress.IPAddress 属性

Gets or sets the IP address of the availability group listener.

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

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
<SfcKeyAttribute()> _
Public Property IPAddress As String 
    Get 
    Set
用法
Dim instance As AvailabilityGroupListenerIPAddress 
Dim value As String 

value = instance.IPAddress

instance.IPAddress = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
[SfcKeyAttribute()]
public string IPAddress { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
[SfcKeyAttribute()]
public:
property String^ IPAddress {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
[<SfcKeyAttribute()>]
member IPAddress : string with get, set
function get IPAddress () : String 
function set IPAddress (value : String)

属性值

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

请参阅

参考

AvailabilityGroupListenerIPAddress 类

Microsoft.SqlServer.Management.Smo 命名空间