Forest.GetTrustRelationship(String) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Pobiera relację zaufania między tym lasem a określonym lasem.
public:
System::DirectoryServices::ActiveDirectory::ForestTrustRelationshipInformation ^ GetTrustRelationship(System::String ^ targetForestName);
public System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipInformation GetTrustRelationship (string targetForestName);
member this.GetTrustRelationship : string -> System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipInformation
Public Function GetTrustRelationship (targetForestName As String) As ForestTrustRelationshipInformation
Parametry
- targetForestName
- String
Nazwa Forest obiektu, dla którego mają zostać uzyskane informacje o relacji zaufania.
Zwraca
ForestTrustRelationshipInformation Obiekt reprezentujący relację zaufania między tym lasem a określonym lasem.
Wyjątki
Nie ma relacji zaufania z elementem określonym przez targetForestName
usługę Forest .
Wywołanie podstawowej usługi katalogowej spowodowało błąd.
Serwer docelowy jest zajęty lub niedostępny.
targetForestName
jest pustym ciągiem.
targetForestName
to null
.
Bieżący obiekt został usunięty.
Określone konto nie ma uprawnień do wykonania tej operacji.