Partager via


Forest.VerifyOutboundTrustRelationship(String) Méthode

Définition

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 pas de relation d'approbation sortante avec la forêt spécifiée par targetForestName.

Un appel au service d'annuaire sous-jacent a échoué.

Le serveur cible est occupé ou non disponible.

targetForestName est une chaîne vide.

targetForestName a la valeur null.

L'objet a été supprimé.

Le compte spécifié n'a pas l'autorisation d'effectuer cette opération.

S’applique à

Voir aussi