Forest.DeleteLocalSideOfTrustRelationship(String) 方法

定义

删除信任关系的本地方。

public:
 void DeleteLocalSideOfTrustRelationship(System::String ^ targetForestName);
public void DeleteLocalSideOfTrustRelationship (string targetForestName);
member this.DeleteLocalSideOfTrustRelationship : string -> unit
Public Sub DeleteLocalSideOfTrustRelationship (targetForestName As String)

参数

targetForestName
String

与其存在信任关系的林的 DNS 名称。

例外

targetForestName 参数指定的 Forest 没有信任关系。

调用基础目录服务导致错误。

目标服务器忙或不可用。

targetForestName 是一个空字符串。

targetForestNamenull

已释放此对象。

指定的帐户没有权限执行此操作。

注解

删除信任关系的一方时,不再建立信任关系。

若要使用一个方法调用删除信任关系的两端,请使用 Forest.DeleteTrustRelationship 方法。

适用于

另请参阅