Microsoft.Windows.Server.AD.ConnectionObjectObiekt połączenia usługi Active Directory

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

Wystąpienia tej klasy reprezentują obiekty połączenia usługi 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 (PLK) Description (PLK) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.Windows.Server.AD.ConnectionObject:
Name  string  Nazwa true 255  False 
LastSuccessfulSyncTime  string  Czas ostatniej pomyślnej synchronizacji false 255  False 
ConnectionState  string  Stan połączenia false 255  False 
ConnectionStyle  string  Styl połączenia false 255  False 
ConsecutiveFailures  string  Kolejne niepowodzenia false 255  False 
TransportType  string  Typ transportu false 255  False 
OtherPartitionsHeld  string  Inne posiadane partycje false 255  False 
DomainPartitionsHeld  string  Posiadane partycje domen false 255  False 
ApplicationPartitionsHeld  string  Posiadane partycje aplikacji false 255  False 
ManualConnection  string  Połączenie ręczne 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>