AdamInstance Class
.NET Framework 4.5
The AdamInstance class represents an AD LDS instance server.
System.Object
System.DirectoryServices.ActiveDirectory.DirectoryServer
System.DirectoryServices.ActiveDirectory.AdamInstance
System.DirectoryServices.ActiveDirectory.DirectoryServer
System.DirectoryServices.ActiveDirectory.AdamInstance
Namespace: System.DirectoryServices.ActiveDirectory
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
The AdamInstance type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ConfigurationSet | Gets the ConfigurationSet object for this AD LDS instance. |
![]() | DefaultPartition | Gets or sets the default partition that this AD LDS instance serves. |
![]() | HostName | Gets the host name of the computer that hosts this AD LDS instance. |
![]() | InboundConnections | Gets the inbound replication connections for this AD LDS instance. (Overrides DirectoryServer.InboundConnections.) |
![]() | IPAddress | Gets the IP address of the computer that hosts this AD LDS instance. (Overrides DirectoryServer.IPAddress.) |
![]() | LdapPort | Gets the LDAP port number of this AD LDS instance. |
![]() | Name | Gets the name of the directory server. (Inherited from DirectoryServer.) |
![]() | OutboundConnections | Gets the outbound replication connections for this AD LDS instance. (Overrides DirectoryServer.OutboundConnections.) |
![]() | Partitions | Gets the partitions on this directory server. (Inherited from DirectoryServer.) |
![]() | Roles | Gets the roles that this AD LDS instance holds. |
![]() | SiteName | Gets the name of the site of which this AD LDS instance is a member. (Overrides DirectoryServer.SiteName.) |
![]() | SslPort | Gets the SSL port number of this AD LDS instance. |
![]() | SyncFromAllServersCallback | Gets or sets the synchronization delegate for this AD LDS instance. (Overrides DirectoryServer.SyncFromAllServersCallback.) |
| Name | Description | |
|---|---|---|
![]() | CheckReplicationConsistency | Invokes the Knowledge Consistency Checker (KCC) that verifies the replication topology for this AD LDS instance. (Overrides DirectoryServer.CheckReplicationConsistency().) |
![]() | Dispose() | Releases all managed and unmanaged resources that are used by the object. (Inherited from DirectoryServer.) |
![]() | Dispose(Boolean) | Releases the unmanaged resources that are used by the AdamInstance object and, optionally, releases managed resources. (Overrides DirectoryServer.Dispose(Boolean).) |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Overrides the Object.Finalize method. (Overrides DirectoryServer.Finalize().) |
![]() ![]() | FindAll | Finds all AD LDS instances in the specified context that host the specified partition. |
![]() ![]() | FindOne | Finds a single AD LDS instance in the specified context that hosts the specified partition. |
![]() ![]() | GetAdamInstance | Returns an AD LDS instance for a specified context. |
![]() | GetAllReplicationNeighbors | Returns the replication neighbors for this AD LDS instance. (Overrides DirectoryServer.GetAllReplicationNeighbors().) |
![]() | GetDirectoryEntry | Retrieves a DirectoryEntry object that represents the directory server. (Inherited from DirectoryServer.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetReplicationConnectionFailures | Returns a list of replication connection failures that are recorded by this AD LDS instance. (Overrides DirectoryServer.GetReplicationConnectionFailures().) |
![]() | GetReplicationCursors | Returns the replication cursor information for a specified partition. (Overrides DirectoryServer.GetReplicationCursors(String).) |
![]() | GetReplicationMetadata | Returns the replication metadata for a specific Active Directory Domain Services object. (Overrides DirectoryServer.GetReplicationMetadata(String).) |
![]() | GetReplicationNeighbors | Returns the replication neighbors for a specified partition. (Overrides DirectoryServer.GetReplicationNeighbors(String).) |
![]() | GetReplicationOperationInformation | Returns the current and pending replication operations for this AD LDS instance. (Overrides DirectoryServer.GetReplicationOperationInformation().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MoveToAnotherSite | Moves the directory server to another site within the forest or configuration set. (Inherited from DirectoryServer.) |
![]() | Save | Commits changes to the AdamInstance object to the underlying directory store. |
![]() | SeizeRoleOwnership | Seizes ownership of the specified role. |
![]() | SyncReplicaFromAllServers | Synchronizes the specified partition with all other domain controllers. (Overrides DirectoryServer.SyncReplicaFromAllServers(String, SyncFromAllServersOptions).) |
![]() | SyncReplicaFromServer | Synchronizes the specified partition with the specified domain controller. (Overrides DirectoryServer.SyncReplicaFromServer(String, String).) |
![]() | ToString | Retrieves the name of the directory server. (Inherited from DirectoryServer.) |
![]() | TransferRoleOwnership | Transfers the specified role to this AD LDS instance. |
![]() | TriggerSyncReplicaFromNeighbors | Begins a synchronization of the specified partition. (Overrides DirectoryServer.TriggerSyncReplicaFromNeighbors(String).) |
- DirectoryServicesPermission
Demand value: LinkDemand
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.




Note