Microsoft.Windows.Server.LDS.Service服务实例

Microsoft.Windows.Server.LDS.Service (ClassType)

AD LDS 实例

Element properties:

Base ClassMicrosoft.Windows.LocalApplication
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId807f4c81-fe10-0e2c-18f0-ae143bbf5d54

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  显示名称 监视对象的显示名称。 false 256  False 
Microsoft.Windows.Server.LDS.Service:
Name  string  名称 AD LDS 实例名称 true 255  False 
Description  string  说明 AD LDS 实例说明 false 255  False 
LDAPPort  int  LDAP 端口 AD LDS 实例侦听轻型目录访问协议 (LDAP) 连接的端口号 false 255   
LDAPSSLPort  int  LDAP SSL 端口 AD LDS 实例使用安全套接字层 (SSL) 侦听轻型目录访问协议 (LDAP) 连接的端口号 false 255   
DatabaseFile  string  数据库文件 AD LDS 数据库的完整路径 false 255  False 
DatabaseLogPath  string  数据库日志路径 AD LDS 日志所在的文件夹的完整路径 false 255  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Server.LDS.Service" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.LocalApplication" Hosted="true" Singleton="false">
<Property ID="Name" Type="string" Key="true" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="Description" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="LDAPPort" Type="int" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="LDAPSSLPort" Type="int" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="DatabaseFile" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="DatabaseLogPath" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
</ClassType>