Forest.VerifyOutboundTrustRelationship(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Vérifie qu’une approbation sortante établie précédemment avec la forêt spécifiée est valide.
public:
void VerifyOutboundTrustRelationship(System::String ^ targetForestName);
public void VerifyOutboundTrustRelationship(string targetForestName);
member this.VerifyOutboundTrustRelationship : string -> unit
Public Sub VerifyOutboundTrustRelationship (targetForestName As String)
Paramètres
- targetForestName
- String
Nom DNS du domaine avec lequel l’approbation existe.
Exceptions
Il n’existe aucune relation d’approbation sortante avec la forêt spécifiée par targetForestName.
Un appel au service d’annuaire sous-jacent a entraîné une erreur.
Le serveur cible est occupé ou indisponible.
targetForestName est une chaîne vide.
targetForestName a la valeur null.
L’objet a été supprimé.
Le compte spécifié n’est pas autorisé à effectuer cette opération.