GlobalCatalog.IsGlobalCatalog 方法

定义

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

public:
 override bool IsGlobalCatalog();
public override bool IsGlobalCatalog ();
override this.IsGlobalCatalog : unit -> bool
Public Overrides Function IsGlobalCatalog () As Boolean

返回

Boolean

如果此域控制器是全局目录服务器,则为 true;否则为 falsetrue if this domain controller is a global catalog server; false if it is not a global catalog server.

例外

此全局目录服务器已被禁用。The global catalog server has been disabled.

当前对象已被释放。The current object has been disposed.

适用于