Microsoft.Windows.DHCPServer.Library.DatabaseBase de données DHCP

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

Il s'agit de l'instance de classe de base de données DHCP.

Element properties:

Base ClassMicrosoft.Windows.DHCPServer.Library.DHCPComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIddbd1ed8b-9f75-a239-2101-706283400c16

Class Hierarchy:

Class Properties:

Property Name Type Display Name (FRA) Description (FRA) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nom complet Nom complet de l'objet de surveillance. false 256  False 
Microsoft.Windows.DHCPServer.Library.DHCPComponent:
Name  string  Nom true 256  True 
Microsoft.Windows.DHCPServer.Library.Database:
BackupInterval  int  Intervalle de sauvegarde false 32   
BackupPath  string  Chemin de sauvegarde false 255  False 
CleanupInterval  int  Intervalle de nettoyage false 32   
LoggingEnabled  bool  Journalisation activée false   
Path  string  Chemin d'accès à la base de données false 255  False 
RestoreFlag  bool  Indicateur de restauration 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>