次の方法で共有


AvailabilityGroupListenerIPAddress.IPAddress プロパティ

可用性グループのリスナーの IP アドレスを取得または設定します。

名前空間:  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
可用性グループのリスナーの IP アドレスです。

関連項目

参照

AvailabilityGroupListenerIPAddress クラス

Microsoft.SqlServer.Management.Smo 名前空間