ReplicationConnection Class
The ReplicationConnection class represents a replication connection.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
| Name | Description | |
|---|---|---|
![]() | ReplicationConnection(DirectoryContext^, String^, DirectoryServer^) | Initializes a new instance of the ReplicationConnection class, using the specified context, name, and source server. |
![]() | ReplicationConnection(DirectoryContext^, String^, DirectoryServer^, ActiveDirectorySchedule^) | Initializes a new instance of the ReplicationConnection class, using the specified context, name, source server, and schedule. |
![]() | ReplicationConnection(DirectoryContext^, String^, DirectoryServer^, ActiveDirectorySchedule^, ActiveDirectoryTransportType) | Initializes a new instance of the ReplicationConnection class, using the specified context, name, source server, schedule, and transport type. |
![]() | ReplicationConnection(DirectoryContext^, String^, DirectoryServer^, ActiveDirectoryTransportType) | Initializes a new instance of the ReplicationConnection class, using the specified context, name, source server, and transport type. |
| Name | Description | |
|---|---|---|
![]() | ChangeNotificationStatus | Gets or sets the change notification status of this replication connection. |
![]() | DataCompressionEnabled | Gets or sets a value indicating whether this replication connection compresses data. |
![]() | DestinationServer | Gets the DNS name of the server that is the destination of this replication connection. |
![]() | Enabled | Gets or sets a value indicating whether this replication connection is enabled. |
![]() | GeneratedByKcc | Gets or sets a value indicating whether this replication connection was generated by the knowledge consistency checker (KCC). |
![]() | Name | Gets the name of this replication connection. |
![]() | ReciprocalReplicationEnabled | Gets or sets a value indicating whether this replication connection supports reciprocal replication. |
![]() | ReplicationSchedule | Gets or sets the schedule on which the source server is available for replication. |
![]() | ReplicationScheduleOwnedByUser | Gets or sets a value indicating whether the replication schedule is owned by the user. |
![]() | ReplicationSpan | Gets the span of this replication connection. |
![]() | SourceServer | Gets the DNS name of the server that is the source of this replication connection. |
![]() | TransportType | Gets the type of transport that is used by this replication connection. |
| Name | Description | |
|---|---|---|
![]() | Delete() | Deletes this replication connection. |
![]() | Dispose() | Releases the unmanaged and managed resources held by the object. |
![]() | Dispose(Boolean) | Releases the unmanaged and, optionally, the managed resources, held by the object. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Overrides the Object::Finalize method.(Overrides Object::Finalize().) |
![]() ![]() | FindByName(DirectoryContext^, String^) | Retrieves the ReplicationConnection object that matches the specified target context and name. |
![]() | GetDirectoryEntry() | Retrieves a DirectoryEntry object that represents the replication connection. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | Save() | Commits the replication connection to the server. The replication connection object does not actually exist in Active Directory Domain Services until this method is called. |
![]() | ToString() | Retrieves the name of the replication connection.(Overrides Object::ToString().) |
In Active Directory Domain Services, a replication connection is represented by an NTDS-Connection object. For more information, see the "NTDS-Connection" topic in the MSDN Library at http://msdn.microsoft.com/library.
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.



