Forest.VerifyOutboundTrustRelationship(String) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Verifica che un trust in uscita stabilito in precedenza con la foresta specificata sia valido.
public:
void VerifyOutboundTrustRelationship(System::String ^ targetForestName);
public void VerifyOutboundTrustRelationship(string targetForestName);
member this.VerifyOutboundTrustRelationship : string -> unit
Public Sub VerifyOutboundTrustRelationship (targetForestName As String)
Parametri
- targetForestName
- String
Nome DNS del dominio con cui esiste il trust.
Eccezioni
Non esiste alcuna relazione di trust in uscita con la foresta specificata da targetForestName.
Una chiamata al servizio directory sottostante ha generato un errore.
Il server di destinazione è occupato o non disponibile.
targetForestName è una stringa vuota.
targetForestName è null.
L'oggetto è stato eliminato.
L'account specificato non dispone dell'autorizzazione per eseguire questa operazione.