Microsoft.Windows.DHCPServer.Library.DatabaseDHCP 資料庫

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

這是 DHCP 資料庫類別執行個體。

Element properties:

Base ClassMicrosoft.Windows.DHCPServer.Library.DHCPComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc2cb39b8-3fac-2424-99df-fcee5067a6ec

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHT) Description (CHT) 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.Database:
BackupInterval  int  備份間隔 false 32   
BackupPath  string  備份路徑 false 255  False 
CleanupInterval  int  清理間隔 false 32   
LoggingEnabled  bool  記錄已啟用 false   
Path  string  資料庫路徑 false 255  False 
RestoreFlag  bool  還原旗標 false   

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.DHCPServer.Library.Database" Accessibility="Public" Abstract="false" Base="Microsoft.Windows.DHCPServer.Library.DHCPComponent" Hosted="true" Singleton="false">
<Property ID="BackupInterval" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="32"/>
<Property ID="BackupPath" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="CleanupInterval" Type="int" Key="false" CaseSensitive="false" MinLength="0" Length="32"/>
<Property ID="LoggingEnabled" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="1"/>
<Property ID="Path" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="RestoreFlag" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="1"/>
</ClassType>