Forest.DeleteLocalSideOfTrustRelationship(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.
Supprime le côté local d’une relation d’approbation.
public:
void DeleteLocalSideOfTrustRelationship(System::String ^ targetForestName);
public void DeleteLocalSideOfTrustRelationship (string targetForestName);
member this.DeleteLocalSideOfTrustRelationship : string -> unit
Public Sub DeleteLocalSideOfTrustRelationship (targetForestName As String)
Paramètres
- targetForestName
- String
Nom DNS de la forêt avec laquelle l’approbation existe.
Exceptions
Il n’existe aucune relation d’approbation avec l’objet Forest spécifié par le paramètre 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.
Remarques
Lorsqu’un côté d’une relation d’approbation est supprimé, l’approbation n’est plus établie.
Pour supprimer les deux côtés d’une relation d’approbation avec un appel de méthode, utilisez la Forest.DeleteTrustRelationship méthode .