AdamInstance Class
The AdamInstance class represents an AD LDS instance server.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
System.DirectoryServices.ActiveDirectory::DirectoryServer
System.DirectoryServices.ActiveDirectory::AdamInstance
| 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(DirectoryContext^, String^) | Finds all AD LDS instances in the specified context that host the specified partition. |
![]() ![]() | FindOne(DirectoryContext^, String^) | Finds a single AD LDS instance in the specified context that hosts the specified partition. |
![]() ![]() | GetAdamInstance(DirectoryContext^) | 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 the default hash function. (Inherited from Object.) |
![]() | GetReplicationConnectionFailures() | Returns a list of replication connection failures that are recorded by this AD LDS instance.(Overrides DirectoryServer::GetReplicationConnectionFailures().) |
![]() | GetReplicationCursors(String^) | Returns the replication cursor information for a specified partition.(Overrides DirectoryServer::GetReplicationCursors(String^).) |
![]() | GetReplicationMetadata(String^) | Returns the replication metadata for a specific Active Directory Domain Services object.(Overrides DirectoryServer::GetReplicationMetadata(String^).) |
![]() | GetReplicationNeighbors(String^) | 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() | |
![]() | MemberwiseClone() | |
![]() | MoveToAnotherSite(String^) | 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(AdamRole) | Seizes ownership of the specified role. |
![]() | SyncReplicaFromAllServers(String^, SyncFromAllServersOptions) | Synchronizes the specified partition with all other domain controllers.(Overrides DirectoryServer::SyncReplicaFromAllServers(String^, SyncFromAllServersOptions).) |
![]() | SyncReplicaFromServer(String^, String^) | 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(AdamRole) | Transfers the specified role to this AD LDS instance. |
![]() | TriggerSyncReplicaFromNeighbors(String^) | Begins a synchronization of the specified partition.(Overrides DirectoryServer::TriggerSyncReplicaFromNeighbors(String^).) |
Note |
|---|
The AdamInstance class refers to Active Directory Application Mode (ADAM) which has been renamed to Active Directory Lightweight Directory Services (AD LDS). |
Demand value: LinkDemand
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




