Forest.DeleteTrustRelationship(Forest) メソッド

定義

信頼関係の両方の側を削除します。

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

パラメーター

targetForest
Forest

信頼が存在する相手のフォレストを表す Forest オブジェクト。

例外

指定された Forest とは信頼関係がありません。

基になるディレクトリ サービスの呼び出しでエラーが発生しました。

ターゲット サーバーが、ビジー状態か、または使用できません。

targetForestnullです。

オブジェクトは破棄されました。

指定されたアカウントには、この操作を実行するアクセス許可がありません。

注釈

信頼関係の片側のみを削除するには、 メソッドを使用します Forest.DeleteLocalSideOfTrustRelationship

適用対象

こちらもご覧ください