Microsoft.Windows.DHCPServer.Library.ServerMicrosoft Windows Server DHCP

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

DHCP Server의 모든 인스턴스입니다.

Element properties:

Base ClassMicrosoft.Windows.ComputerRole
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdb597e2c1-581c-46ed-bb81-ba8c9b00462e

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.Server:
Name  string  이름 true 256  True 
AdministrativeRights  bool  관리 권한 false   
AuditDiskCheckInterval  int  감사 디스크 확인 간격 false 16   
AuditMaxLogSize  int  감사 최대 로그 크기 false 32   
AuditMinDiskSpace  int  감사 최소 디스크 공간 false 32   
BindingsAware  bool  바인딩 인식 false   
BootPEnabled  bool  BOOTP 사용 false   
ConflictPingRetries  int  충돌 Ping 다시 시도 false   
ADIntegrated  bool  AD 통합 false   
v4AuditEnabled  bool  IPv4 감사 사용 false   
v4AuditFilePath  string  IPv4 감사 파일 경로 false 255  False 
DNSDynamicUpdates  int  DNS 동적 업데이트 false   
OSCurrentVersion  string  OS 현재 버전 운영 체제의 현재 버전 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.DHCPServer.Library.Server" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ComputerRole" Hosted="true" Singleton="false">
<Property ID="Name" Type="string" Key="true" CaseSensitive="true" MinLength="0" Length="256"/>
<Property ID="AdministrativeRights" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="1"/>
<Property ID="AuditDiskCheckInterval" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="16"/>
<Property ID="AuditMaxLogSize" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="32"/>
<Property ID="AuditMinDiskSpace" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="32"/>
<Property ID="BindingsAware" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="1"/>
<Property ID="BootPEnabled" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="1"/>
<Property ID="ConflictPingRetries" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="2"/>
<Property ID="ADIntegrated" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="1"/>
<Property ID="v4AuditEnabled" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="1"/>
<Property ID="v4AuditFilePath" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="DNSDynamicUpdates" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="1"/>
<Property ID="OSCurrentVersion" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>