ServerIPAddress.IPAddressProperties 속성

정의

IPAddressProperty 개체의 컬렉션을 나타냅니다. 각 IPAddressProperty 개체는 IP 주소의 특성을 나타냅니다.

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

속성 값

IP 주소의 모든 특성을 나타내는 IPAddressPropertyCollection 개체입니다.

예제

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

적용 대상