Поделиться через


Свойство ListenerIPAddress

Gets or sets the IP address of the listener for the TCP protocol.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute> _
Public Property ListenerIPAddress As IPAddress
    Get
    Set
'Применение
Dim instance As TcpProtocol
Dim value As IPAddress

value = instance.ListenerIPAddress

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

Значение свойства

Тип: System.Net. . :: . .IPAddress
An IPAddress system object value that specifies the IP address of the listener.