Microsoft.Windows.Server.AD.Library.ConnectionObjectObjeto de Conexão do Active Directory

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

As instâncias dessa classe representam os Objetos de Conexão do 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 (PTB) Description (PTB) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome para Exibição Nome para exibição do objeto de monitoramento. false 256  False 
Microsoft.Windows.Server.AD.Library.ConnectionObject:
Name  string  Nome true 255  False 
LastSuccessfulSyncTime  string  Hora da Última Sincronização Bem-Sucedida false 255  False 
ConnectionState  string  Estado de Conexão false 255  False 
ConnectionStyle  string  Estilo de Conexão false 255  False 
ConsecutiveFailures  string  Falhas Consecutivas false 255  False 
TransportType  string  Tipo de Transporte false 255  False 
OtherPartitionsHeld  string  Outras Partições Mantidas false 255  False 
DomainPartitionsHeld  string  Partições de Domínio Mantidas false 255  False 
ApplicationPartitionsHeld  string  Partições de Aplicativos Mantidas false 255  False 
ManualConnection  string  Conexão Manual 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>