ServerProtocol.IPAddresses 속성

Represents a collection of ServerIPAddress objects. Each ServerIPAddress object represents an IP address defined on the server protocol.

네임스페이스:  Microsoft.SqlServer.Management.Smo.Wmi
어셈블리:  Microsoft.SqlServer.SqlWmiManagement(Microsoft.SqlServer.SqlWmiManagement.dll)

구문

‘선언
Public ReadOnly Property IPAddresses As ServerIPAddressCollection 
    Get
‘사용 방법
Dim instance As ServerProtocol 
Dim value As ServerIPAddressCollection 

value = instance.IPAddresses
public ServerIPAddressCollection IPAddresses { get; }
public:
property ServerIPAddressCollection^ IPAddresses {
    ServerIPAddressCollection^ get ();
}
member IPAddresses : ServerIPAddressCollection
function get IPAddresses () : ServerIPAddressCollection

속성 값

유형: Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddressCollection
An ServerIPAddressCollection object that represents all the IP addresses defined on the server protocol.

WMI 공급자를 사용하여 서비스 및 네트워크 설정 관리

참고 항목

참조

ServerProtocol 클래스

Microsoft.SqlServer.Management.Smo.Wmi 네임스페이스

관련 자료

WMI and SQL Server

SQL Server 데이터베이스 엔진에 연결