TcpProtocol.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(SfcPropertyFlags.Standalone)> _
Public Property ListenerIPAddress As IPAddress
Get
Set
‘사용 방법
Dim instance As TcpProtocol
Dim value As IPAddress
value = instance.ListenerIPAddress
instance.ListenerIPAddress = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public IPAddress ListenerIPAddress { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property IPAddress^ ListenerIPAddress {
IPAddress^ get ();
void set (IPAddress^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
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.
예
참고 항목
참조
Microsoft.SqlServer.Management.Smo 네임스페이스