Domain.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 précédemment établie avec le domaine spécifié est valide.
public:
void VerifyOutboundTrustRelationship(System::String ^ targetDomainName);
public void VerifyOutboundTrustRelationship (string targetDomainName);
member this.VerifyOutboundTrustRelationship : string -> unit
Public Sub VerifyOutboundTrustRelationship (targetDomainName As String)
Paramètres
- targetDomainName
- String
Nom DNS du domaine avec lequel l’approbation existe.
Exceptions
Il n’existe aucune relation d’approbation sortante avec le domaine spécifié par targetDomainName
.
Un appel au service d'annuaire sous-jacent a échoué.
Le serveur cible est occupé ou non disponible.
targetDomainName
est une chaîne vide.
targetDomainName
a la valeur null
.
L'objet a été supprimé.
Le compte spécifié n'a pas l'autorisation d'effectuer cette opération.
Remarques
Cette méthode est utilisée pour vérifier qu’une relation d’approbation a été entièrement établie. L’approbation n’est pas établie tant que les deux côtés de l’approbation n’ont pas été créés.