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 네임스페이스