言語

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 Domain Services ストアにコミットします。

ToString()

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

(継承元 Object)

適用対象

こちらもご覧ください