다음을 통해 공유


DomainController.EnableGlobalCatalog 메서드

정의

이 도메인 컨트롤러를 글로벌 카탈로그 서버로 승격합니다.

public:
 virtual System::DirectoryServices::ActiveDirectory::GlobalCatalog ^ EnableGlobalCatalog();
public virtual System.DirectoryServices.ActiveDirectory.GlobalCatalog EnableGlobalCatalog ();
abstract member EnableGlobalCatalog : unit -> System.DirectoryServices.ActiveDirectory.GlobalCatalog
override this.EnableGlobalCatalog : unit -> System.DirectoryServices.ActiveDirectory.GlobalCatalog
Public Overridable Function EnableGlobalCatalog () As GlobalCatalog

반환

글로벌 카탈로그 서버를 나타내는 GlobalCatalog 개체입니다.

예외

현재 개체가 삭제되었습니다.

설명

GlobalCatalog.DisableGlobalCatalog 메서드를 사용 하는 도메인 컨트롤러를 글로벌 카탈로그 서버에서 강등 합니다.

적용 대상

추가 정보