Forest.GetTrustRelationship(String) Método

Definición

Obtiene la relación de confianza entre este bosque y el bosque especificado.

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

Parámetros

targetForestName
String

El nombre del objeto Forest para el que se puede obtener la información de la relación de confianza.

Devoluciones

Objeto ForestTrustRelationshipInformation que representa la relación de confianza entre este bosque y el bosque especificado.

Excepciones

No hay ninguna relación de confianza con el Forest especificado por targetForestName.

Una llamada al servicio de directorio subyacente produjo un error.

El servidor de destino está ocupado o no está disponible.

targetForestName es una cadena vacía.

targetForestName es null.

Se ha eliminado el objeto actual.

La cuenta especificada no tiene permiso para realizar esta operación.

Se aplica a

Consulte también