GlobalCatalog 类

定义

GlobalCatalog 类表示全局目录服务器。The GlobalCatalog class represents a global catalog server. 全局目录服务器是承载全局目录副本的域控制器。A global catalog server is a domain controller that hosts a replica of the global catalog.

public ref class GlobalCatalog : System::DirectoryServices::ActiveDirectory::DomainController
public class GlobalCatalog : System.DirectoryServices.ActiveDirectory.DomainController
type GlobalCatalog = class
    inherit DomainController
Public Class GlobalCatalog
Inherits DomainController
继承

属性

CurrentTime

获取此域控制器的当前日期和时间。Gets the current date and time from this domain controller.

(继承自 DomainController)
Domain

获取此域控制器成员所属的域。Gets the domain that this domain controller is a member of.

(继承自 DomainController)
Forest

获取此域控制器成员所属的林。Gets the forest that this domain controller is a member of.

(继承自 DomainController)
HighestCommittedUsn

获取已提交给此域控制器的最高更新序列号。Gets the highest update sequence number that has been committed to this domain controller.

(继承自 DomainController)
InboundConnections

获取此域控制器的入站复制连接。Gets the inbound replication connections for this domain controller.

(继承自 DomainController)
IPAddress

获取此域控制器的 IP 地址。Gets the IP address of this domain controller.

(继承自 DomainController)
Name

获取目录服务器的名称。Gets the name of the directory server.

(继承自 DirectoryServer)
OSVersion

获取此域控制器的操作系统版本。Gets the operating system version of this domain controller.

(继承自 DomainController)
OutboundConnections

获取此域控制器的出站复制连接。Gets the outbound replication connections for this domain controller.

(继承自 DomainController)
Partitions

获取此目录服务器上的分区。Gets the partitions on this directory server.

(继承自 DirectoryServer)
Roles

获取此域控制器服务的角色。Gets the roles that this domain controller serves.

(继承自 DomainController)
SiteName

获取此域控制器所属的站点的名称。Gets the name of the site that this domain controller belongs to.

(继承自 DomainController)
SyncFromAllServersCallback

获取或设置此域控制器的同步委托。Gets or sets the synchronization delegate for this domain controller.

(继承自 DomainController)

方法

CheckReplicationConsistency()

使用知识一致性检查器 (KCC) 来验证此域控制器的复制拓扑。Uses the Knowledge Consistency Checker (KCC) to verify the replication topology for this domain controller.

(继承自 DomainController)
DisableGlobalCatalog()

将此域控制器在全局目录服务器中降级。Demotes this domain controller from a global catalog server.

Dispose()

释放由该对象使用的所有托管资源和非托管资源。Releases all managed and unmanaged resources that are used by the object.

(继承自 DirectoryServer)
Dispose(Boolean)

导致对象释放所有的托管和/或非托管资源。Causes the object to release all managed and/or unmanaged resources.

(继承自 DomainController)
EnableGlobalCatalog()

不支持 GlobalCatalog 类,因为此域控制器已经是全局目录服务器。Not supported for the GlobalCatalog class because this domain controller is already a global catalog server.

Equals(Object)

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

(继承自 Object)
FindAll(DirectoryContext)

在指定上下文中查找所有全局目录服务器。Finds all global catalog servers in the specified context.

FindAll(DirectoryContext, String)

在指定上下文和站点中查找所有全局目录服务器。Finds all global catalog servers in the specified context and site.

FindAllProperties()

检索存储在此全局编录服务器上的所有 Active Directory 域服务属性。Retrieves all of the Active Directory Domain Services properties that are stored on this global catalog server.

FindOne(DirectoryContext)

在指定上下文中查找一个全局目录服务器。Finds a single global catalog server in the specified context.

FindOne(DirectoryContext, LocatorOptions)

允许使用附加搜索选项在指定上下文中查找一个全局目录服务器。Finds a single global catalog server in the specified context, allowing for additional search options.

FindOne(DirectoryContext, String)

在指定的上下文和站点中查找一个全局目录服务器。Finds a single global catalog server in the specified context and site.

FindOne(DirectoryContext, String, LocatorOptions)

允许使用附加搜索选项在指定的上下文和站点中查找一个全局目录服务器。Finds a single global catalog server in the specified context and site, allowing for additional search options.

GetAllReplicationNeighbors()

检索此域控制器的复制邻居。Retrieves the replication neighbors for this domain controller.

(继承自 DomainController)
GetDirectoryEntry()

检索表示目录服务器的 DirectoryEntry 对象。Retrieves a DirectoryEntry object that represents the directory server.

(继承自 DirectoryServer)
GetDirectorySearcher()

检索此全局目录服务器的 DirectorySearcher 对象。Retrieves a DirectorySearcher object for the global catalog server.

GetGlobalCatalog(DirectoryContext)

检索指定上下文的 GlobalCatalog 对象。Retrieves a GlobalCatalog object for the specified context.

GetHashCode()

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

(继承自 Object)
GetReplicationConnectionFailures()

检索此域控制器记录的复制连接失败的列表。Retrieves a list of the replication connection failures recorded by this domain controller.

(继承自 DomainController)
GetReplicationCursors(String)

检索指定分区的复制游标信息。Retrieves the replication cursor information for the specified partition.

(继承自 DomainController)
GetReplicationMetadata(String)

检索特定的 Active Directory 域服务对象的复制元数据。Retrieves the replication metadata for a specific Active Directory Domain Services object.

(继承自 DomainController)
GetReplicationNeighbors(String)

检索指定分区的复制邻居。Retrieves the replication neighbors for the specified partition.

(继承自 DomainController)
GetReplicationOperationInformation()

检索此域控制器的当前和挂起的复制操作。Retrieves the current and pending replication operations for this domain controller.

(继承自 DomainController)
GetType()

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

(继承自 Object)
IsGlobalCatalog()

确定此域控制器是否为全局编录服务器。Determines if this domain controller is a global catalog server.

MemberwiseClone()

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

(继承自 Object)
MoveToAnotherSite(String)

将目录服务器移到林或配置集中的另一个站点。Moves the directory server to another site within the forest or configuration set.

(继承自 DirectoryServer)
SeizeRoleOwnership(ActiveDirectoryRole)

导致此域控制器获得指定角色的所有权。Causes this domain controller to take ownership of the specified role.

(继承自 DomainController)
SyncReplicaFromAllServers(String, SyncFromAllServersOptions)

导致此域控制器同步指定的分区和所有的其他域控制器。Causes this domain controller to synchronize the specified partition with all other domain controllers.

(继承自 DomainController)
SyncReplicaFromServer(String, String)

导致此域控制器与指定的域控制器同步指定的分区。Causes this domain controller to synchronize the specified partition with the specified domain controller.

(继承自 DomainController)
ToString()

检索目录服务器的名称。Retrieves the name of the directory server.

(继承自 DirectoryServer)
TransferRoleOwnership(ActiveDirectoryRole)

导致指定角色的所有权转移到此域控制器。Causes ownership of the specified role to be transferred to this domain controller.

(继承自 DomainController)
TriggerSyncReplicaFromNeighbors(String)

开始同步指定的分区。Begins a synchronization of the specified partition.

(继承自 DomainController)

适用于