Microsoft.Windows.Server.AD.ConnectionObjectActive Directory 连接对象

Microsoft.Windows.Server.AD.ConnectionObject (ClassType)

此类的实例代表 AD 连接对象

Element properties:

Base ClassMicrosoft.Windows.Server.AD.ServiceComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId5fdaa492-fe04-2844-472d-488038360d51

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.AD.ConnectionObject:
Name  string  名称 true 255  False 
LastSuccessfulSyncTime  string  上一次成功的同步时间 false 255  False 
ConnectionState  string  连接状态 false 255  False 
ConnectionStyle  string  连接样式 false 255  False 
ConsecutiveFailures  string  连续失败 false 255  False 
TransportType  string  传输类型 false 255  False 
OtherPartitionsHeld  string  持有的其他分区 false 255  False 
DomainPartitionsHeld  string  持有的域分区 false 255  False 
ApplicationPartitionsHeld  string  持有的应用程序分区 false 255  False 
ManualConnection  string  手动连接 false 255  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Server.AD.ConnectionObject" Accessibility="Public" Abstract="false" Base="Microsoft.Windows.Server.AD.ServiceComponent" Hosted="true" Singleton="false">
<Property ID="Name" Type="string" Key="true" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="LastSuccessfulSyncTime" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="ConnectionState" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="ConnectionStyle" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="ConsecutiveFailures" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="TransportType" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="OtherPartitionsHeld" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="DomainPartitionsHeld" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="ApplicationPartitionsHeld" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="ManualConnection" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
</ClassType>