Microsoft.Windows.DHCPServer.Library.Scope単一の DHCP スコープ

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

DHCP スコープは、DHCP サーバーがサブネット上でクライアントにリースできる連続したアドレスの範囲です。スコープは一般的に DHCP サービスが提供されるネットワーク上の物理サブネットを 1 つ定義します。スコープは、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 (JPN) Description (JPN) 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>