Udostępnij za pośrednictwem


Domain.DeleteTrustRelationship(Domain) Metoda

Definicja

Usuwa obie strony relacji zaufania.

public:
 void DeleteTrustRelationship(System::DirectoryServices::ActiveDirectory::Domain ^ targetDomain);
public void DeleteTrustRelationship (System.DirectoryServices.ActiveDirectory.Domain targetDomain);
member this.DeleteTrustRelationship : System.DirectoryServices.ActiveDirectory.Domain -> unit
Public Sub DeleteTrustRelationship (targetDomain As Domain)

Parametry

targetDomain
Domain

Domain Obiekt reprezentujący domenę, z którą istnieje zaufanie.

Wyjątki

Nie ma relacji zaufania z określoną wartością Domain.

Wywołanie podstawowej usługi katalogowej spowodowało błąd.

Serwer docelowy jest zajęty lub niedostępny.

targetDomain to null.

Obiekt został usunięty.

Określone konto nie ma uprawnień do wykonania tej operacji.

Uwagi

Aby usunąć tylko jedną stronę relacji zaufania, użyj Domain.DeleteLocalSideOfTrustRelationship metody .

Dotyczy

Zobacz też