Microsoft.Windows.DHCPServer.Library.ScopeDHCP 범위

Microsoft.Windows.DHCPServer.Library.Scope (ClassType)

DHCP 범위는 DHCP Server가 서브넷의 클라이언트에 임대할 수 있는 연속적인 주소 범위입니다. 범위는 일반적으로 DHCP 서비스가 제공되는 네트워크에 있는 단일 물리적 서브넷을 정의합니다. 범위는 DHCP Server가 네트워크에서 DHCP 클라이언트에 대한 주소 및 관련 구성 매개 변수의 배포와 할당을 관리할 수 있는 기본 방법입니다.

Element properties:

Base ClassMicrosoft.Windows.DHCPServer.Library.DHCPComponent
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdb5f75df2-2059-d2e3-37e4-2f948e2e188b

Class Hierarchy:

Class Properties:

Property Name Type Display Name (KOR) Description (KOR) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  표시 이름 모니터링 개체의 표시 이름입니다. false 256  False 
Microsoft.Windows.DHCPServer.Library.DHCPComponent:
Name  string  이름 true 256  True 
Microsoft.Windows.DHCPServer.Library.Scope:
IPAddress  string  IP 주소 이 범위에서 처리하는 주소 범위입니다. true 255  False 
SubnetMask  string  서브넷 마스크 false 255  False 
IsEnabled  bool  사용 false   
OSCurrentVersion  string  OS 현재 버전 운영 체제의 현재 버전 false 256  False 
Name  string  이름 범위 이름 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.DHCPServer.Library.Scope" Accessibility="Public" Abstract="true" Base="Microsoft.Windows.DHCPServer.Library.DHCPComponent" Hosted="true" Singleton="false">
<Property ID="IPAddress" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="SubnetMask" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="IsEnabled" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="1"/>
<Property ID="OSCurrentVersion" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Name" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>