ForestTrustRelationshipInformation クラス

定義

ForestTrustRelationshipInformation クラスは、2 つの Forest オブジェクトの間の信頼関係に関する情報を格納します。

public ref class ForestTrustRelationshipInformation : System::DirectoryServices::ActiveDirectory::TrustRelationshipInformation
public class ForestTrustRelationshipInformation : System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation
type ForestTrustRelationshipInformation = class
    inherit TrustRelationshipInformation
Public Class ForestTrustRelationshipInformation
Inherits TrustRelationshipInformation
継承
ForestTrustRelationshipInformation

プロパティ

ExcludedTopLevelNames

ForestTrustRelationshipInformation オブジェクトの、除外された最上位の名前を取得します。

SourceName

この信頼関係の信頼元の Domain オブジェクトまたは Forest オブジェクトの名前を取得します。

(継承元 TrustRelationshipInformation)
TargetName

この信頼関係の信頼先の Domain オブジェクトまたは Forest オブジェクトの名前を取得します。

(継承元 TrustRelationshipInformation)
TopLevelNames

ForestTrustRelationshipInformation オブジェクトの最上位の名前を取得します。

TrustDirection

信頼を作成した TrustDirection オブジェクトまたは Domain オブジェクトを基準とする、この信頼関係の Forest オブジェクトを取得します。

(継承元 TrustRelationshipInformation)
TrustedDomainInformation

この ForestTrustDomainInformation オブジェクトに対して信頼関係のあるドメインの情報を取得します。

TrustType

信頼関係の TrustType オブジェクトを取得します。

(継承元 TrustRelationshipInformation)

メソッド

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
Save()

ForestTrustRelationshipInformation プロパティへのすべての変更を Active Directory ドメイン サービス ストアにコミットします。

ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象

こちらもご覧ください