Microsoft.Windows.Server.AD.Library.ConnectionObjectActive Directory 接続オブジェクト

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

このクラスのインスタンスは AD 接続オブジェクトを表します

Element properties:

Base ClassMicrosoft.Windows.Server.AD.Library.ServiceComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId42093dba-b330-cb8d-4ab3-7cebfc3e71f1

Class Hierarchy:

Class Properties:

Property Name Type Display Name (JPN) Description (JPN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  表示名 監視オブジェクトの表示名。 false 256  False 
Microsoft.Windows.Server.AD.Library.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.Library.ConnectionObject" Accessibility="Public" Abstract="false" Base="Microsoft.Windows.Server.AD.Library.ServiceComponent" Hosted="true" Singleton="false">
<Property ID="Name" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="LastSuccessfulSyncTime" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="ConnectionState" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="ConnectionStyle" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="ConsecutiveFailures" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="TransportType" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="OtherPartitionsHeld" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="DomainPartitionsHeld" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="ApplicationPartitionsHeld" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="ManualConnection" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
</ClassType>