Microsoft.Windows.DHCPServer.Library.ScopeDHCP 作用域

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

DHCP 作用域是由一系列连续地址构成的范围,DHCP 服务器可将这些地址租给子网上的客户端使用。通常,作用域会在您的网络上定义一个可向其提供 DHCP 服务的物理子网。DHCP 服务器主要通过作用域来管理如何向网络上的 DHCP 客户端分发和分配地址和任何相关配置参数。

Element properties:

Base ClassMicrosoft.Windows.DHCPServer.Library.DHCPComponent
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdb3756287-4059-1676-fc3e-f3fd22c414c2

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) 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  操作系统当前版本 操作系统当前版本 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>