ServerIPAddress 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ServerIPAddress 클래스는 WMI(Windows Management Instrumentation) 설치에 정의된 서버 프로토콜의 IP 주소를 나타냅니다.
public ref class ServerIPAddress sealed : Microsoft::SqlServer::Management::Smo::Wmi::WmiSmoObject
public sealed class ServerIPAddress : Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject
type ServerIPAddress = class
inherit WmiSmoObject
Public NotInheritable Class ServerIPAddress
Inherits WmiSmoObject
- 상속
예제
WMI 공급자를 사용하여 서비스 및 네트워크 설정 관리
설명
개체를 사용하여 다음을 ServerIPAddress 수행할 수 있습니다.
IP 주소를 봅니다.
IP 주소의 특성을 관리합니다.
속성
IPAddress |
서버에 연결된 IP 주소를 가져옵니다. |
IPAddressProperties |
IPAddressProperty 개체의 컬렉션을 나타냅니다. 각 IPAddressProperty 개체는 IP 주소의 특성을 나타냅니다. |
Name |
참조된 WMI 개체의 이름을 가져오거나 설정합니다. (다음에서 상속됨 WmiSmoObject) |
Parent |
ServerProtocol 개체의 상위인 ServerIPAddress 개체를 가져옵니다. |
Properties |
Property 개체의 컬렉션을 나타냅니다. 각 Property 개체는 WMI 개체에 정의된 속성을 나타냅니다. (다음에서 상속됨 WmiSmoObject) |
State |
참조된 개체의 상태를 가져옵니다. (다음에서 상속됨 SmoObjectBase) |
Urn |
WMI 개체를 나타내는 URL(Uniform Resource Name) 주소를 가져옵니다. (다음에서 상속됨 WmiSmoObject) |
UserData |
참조된 개체에 연결된 사용자 정의 데이터를 가져오거나 설정합니다. (다음에서 상속됨 SmoObjectBase) |