Share via


DomainController.EnableGlobalCatalog Méthode

Définition

Effectue la promotion de ce contrôleur de domaine en serveur de catalogue global.

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

Retours

Objet GlobalCatalog qui représente le serveur de catalogue global.

Exceptions

L’objet actuel a été supprimé.

Remarques

La GlobalCatalog.DisableGlobalCatalog méthode est utilisée pour rétrograder le contrôleur de domaine à partir d’un serveur de catalogue global.

S’applique à

Voir aussi