This documentation is archived and is not being maintained.
ActiveDirectorySiteLink Class
Visual Studio 2010
The ActiveDirectorySiteLink class represents a set of two or more sites that can be scheduled, for replication, to communicate at uniform cost and through a particular transport.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
The ActiveDirectorySiteLink type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ActiveDirectorySiteLink(DirectoryContext, String) | Initializes a new instance of the ActiveDirectorySiteLink class using the specified DirectoryContext object and name. |
![]() | ActiveDirectorySiteLink(DirectoryContext, String, ActiveDirectoryTransportType) | Initializes a new instance of the ActiveDirectorySiteLink class using the specified DirectoryContext object, name, and transport type. |
![]() | ActiveDirectorySiteLink(DirectoryContext, String, ActiveDirectoryTransportType, ActiveDirectorySchedule) | Initializes a new instance of the ActiveDirectorySiteLink class using the specified DirectoryContext object, name, transport type, and replication schedule. |
| Name | Description | |
|---|---|---|
![]() | Cost | Gets or sets the site link cost. |
![]() | DataCompressionEnabled | Gets or sets the data compression mode of the site link. |
![]() | InterSiteReplicationSchedule | Gets or sets the ActiveDirectorySchedule object for the current site link object. |
![]() | Name | Gets the name of the site link. |
![]() | NotificationEnabled | Gets or sets a value indicating whether notifications are enabled. |
![]() | ReciprocalReplicationEnabled | Gets or sets the mode for reciprocal replication between sites. |
![]() | ReplicationInterval | Gets or sets the replication interval between sites. |
![]() | Sites | Gets a read/write collection of sites that this site link contains. |
![]() | TransportType | Gets the transport type of the site link. |
| Name | Description | |
|---|---|---|
![]() | Delete | Deletes the current site link. |
![]() | Dispose() | Releases all resources used by the object. |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the object and optionally releases the managed resources. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | FindByName(DirectoryContext, String) | Returns a site link based on a site link name. |
![]() ![]() | FindByName(DirectoryContext, String, ActiveDirectoryTransportType) | Returns a site link based on a site link name and transport. |
![]() | GetDirectoryEntry | Gets the DirectoryEntry for this object. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Save | Writes any changes to the object to the Active Directory Domain Services store. |
![]() | ToString | Returns the site link name. (Overrides Object::ToString().) |
- DirectoryServicesPermission
Demand value: LinkDemand
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
