DirectoryServer.InboundConnections 属性
定义
检索此目录服务器的入站复制连接。Retrieves the inbound replication connections for this directory server.
public:
abstract property System::DirectoryServices::ActiveDirectory::ReplicationConnectionCollection ^ InboundConnections { System::DirectoryServices::ActiveDirectory::ReplicationConnectionCollection ^ get(); };
public abstract System.DirectoryServices.ActiveDirectory.ReplicationConnectionCollection InboundConnections { get; }
member this.InboundConnections : System.DirectoryServices.ActiveDirectory.ReplicationConnectionCollection
Public MustOverride ReadOnly Property InboundConnections As ReplicationConnectionCollection
属性值
包含此目录服务器的入站复制连接的 ReplicationConnectionCollection 对象。A ReplicationConnectionCollection object that contains the inbound replication connections for this directory server.