ActiveDirectoryInterSiteTransport 类

定义

ActiveDirectoryInterSiteTransport 类表示一个站点间传输对象。The ActiveDirectoryInterSiteTransport class represents an inter-site transport object.

public ref class ActiveDirectoryInterSiteTransport : IDisposable
public class ActiveDirectoryInterSiteTransport : IDisposable
type ActiveDirectoryInterSiteTransport = class
    interface IDisposable
Public Class ActiveDirectoryInterSiteTransport
Implements IDisposable
继承
ActiveDirectoryInterSiteTransport
实现

属性

BridgeAllSiteLinks

获取或设置指示所有站点链接是否都已桥接的值。Gets or sets a value that indicates whether all site links are bridged.

IgnoreReplicationSchedule

获取或设置一个值,该值指示是否忽略复制计划。Gets or sets a value that indicates whether the replication schedule is ignored.

SiteLinkBridges

获取一个 ReadOnlySiteLinkBridgeCollection 对象,它包含此 ActiveDirectoryInterSiteTransport 对象的所有站点链接桥。Gets a ReadOnlySiteLinkBridgeCollection object that contains all site link bridges for this ActiveDirectoryInterSiteTransport object.

SiteLinks

获取一个 ReadOnlySiteLinkCollection 对象,它包含此 ActiveDirectoryInterSiteTransport 对象的所有站点链接。Gets a ReadOnlySiteLinkCollection object that contains all site links for this ActiveDirectoryInterSiteTransport object.

TransportType

获取一个 ActiveDirectoryTransportType 对象,它表示此 ActiveDirectoryInterSiteTransport 对象的传输类型。Gets an ActiveDirectoryTransportType object that represents the transport type for this ActiveDirectoryInterSiteTransport object.

方法

Dispose()

释放由该对象使用的所有资源。Releases all resources that are used by the object.

Dispose(Boolean)

释放由该对象使用的非托管资源,还可以选择释放托管资源。Releases the unmanaged resources that are used by the object and optionally releases the managed resources.

Equals(Object)

确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object.

(继承自 Object)
FindByTransportType(DirectoryContext, ActiveDirectoryTransportType)

获取给定目录上下文和传输类型的 ActiveDirectoryInterSiteTransport 对象。Gets an ActiveDirectoryInterSiteTransport object for a given directory context and transport type.

GetDirectoryEntry()

获取 ActiveDirectoryInterSiteTransport 对象的 DirectoryEntry 对象。Gets the DirectoryEntry object for the ActiveDirectoryInterSiteTransport object.

GetHashCode()

作为默认哈希函数。Serves as the default hash function.

(继承自 Object)
GetType()

获取当前实例的 TypeGets the Type of the current instance.

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。Creates a shallow copy of the current Object.

(继承自 Object)
Save()

将对当前 ActiveDirectoryInterSiteTransport 对象的所有更改提交到基础目录存储区。Commits all changes to the current ActiveDirectoryInterSiteTransport object to the underlying directory store.

ToString()

获取 ActiveDirectoryTransportType 对象的 ActiveDirectoryInterSiteTransport 的字符串表示。Gets the string representation of the ActiveDirectoryTransportType of the ActiveDirectoryInterSiteTransport object.

适用于