Microsoft.Windows.DHCPServer.Library.DatabaseBase de datos DHCP

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

Ésta es la instancia de clase de base de datos 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 (ESN) Description (ESN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nombre para mostrar Nombre para mostrar de objeto de supervisión. false 256  False 
Microsoft.Windows.DHCPServer.Library.DHCPComponent:
Name  string  Nombre true 256  True 
Microsoft.Windows.DHCPServer.Library.Database:
BackupInterval  int  Intervalo de copia de seguridad false 32   
BackupPath  string  Ruta de acceso a la copia de seguridad false 255  False 
CleanupInterval  int  Intervalo de limpieza false 32   
LoggingEnabled  bool  Registro habilitado false   
Path  string  Ruta de acceso a la base de datos false 255  False 
RestoreFlag  bool  Marcador de restauración 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>