ServerProtocol.IPAddresses 속성

정의

ServerIPAddress 개체의 컬렉션을 나타냅니다. 각 ServerIPAddress 개체는 서버 프로토콜에 정의된 IP 주소를 나타냅니다.

public:
 property Microsoft::SqlServer::Management::Smo::Wmi::ServerIPAddressCollection ^ IPAddresses { Microsoft::SqlServer::Management::Smo::Wmi::ServerIPAddressCollection ^ get(); };
public Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddressCollection IPAddresses { get; }
member this.IPAddresses : Microsoft.SqlServer.Management.Smo.Wmi.ServerIPAddressCollection
Public ReadOnly Property IPAddresses As ServerIPAddressCollection

속성 값

서버 프로토콜에 정의된 모든 IP 주소를 나타내는 ServerIPAddressCollection 개체입니다.

예제

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

적용 대상