ActiveDirectoryInterSiteTransport クラス
定義
ActiveDirectoryInterSiteTransport クラスは、サイト間のトランスポート オブジェクトを表します。The ActiveDirectoryInterSiteTransport class represents an inter-site transport object.
public ref class ActiveDirectoryInterSiteTransport : IDisposable
public class ActiveDirectoryInterSiteTransport : IDisposable
type ActiveDirectoryInterSiteTransport = class
interface IDisposable
Public Class ActiveDirectoryInterSiteTransport
Implements IDisposable
- 継承
-
ActiveDirectoryInterSiteTransport
- 実装
プロパティ
BridgeAllSiteLinks |
すべてのサイト リンクがブリッジされているかどうかを示す値を取得または設定します。Gets or sets a value that indicates whether all site links are bridged. |
IgnoreReplicationSchedule |
レプリケーション スケジュールが無視されるかどうかを示す値を取得または設定します。Gets or sets a value that indicates whether the replication schedule is ignored. |
SiteLinkBridges |
この ReadOnlySiteLinkBridgeCollection オブジェクトのすべてのサイト リンク ブリッジが格納された ActiveDirectoryInterSiteTransport オブジェクトを取得します。Gets a ReadOnlySiteLinkBridgeCollection object that contains all site link bridges for this ActiveDirectoryInterSiteTransport object. |
SiteLinks |
この ReadOnlySiteLinkCollection オブジェクトのすべてのサイト リンクが格納された ActiveDirectoryInterSiteTransport オブジェクトを取得します。Gets a ReadOnlySiteLinkCollection object that contains all site links for this ActiveDirectoryInterSiteTransport object. |
TransportType |
この ActiveDirectoryTransportType オブジェクトのトランスポート タイプを表す ActiveDirectoryInterSiteTransport オブジェクトを取得します。Gets an ActiveDirectoryTransportType object that represents the transport type for this ActiveDirectoryInterSiteTransport object. |
メソッド
Dispose() |
オブジェクトに使用されているすべてのリソースを解放します。Releases all resources that are used by the object. |
Dispose(Boolean) |
オブジェクトに使用されているアンマネージド リソースを解放します。オプションでマネージド リソースも解放できます。Releases the unmanaged resources that are used by the object and optionally releases the managed resources. |
Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。Determines whether the specified object is equal to the current object. (継承元 Object) |
FindByTransportType(DirectoryContext, ActiveDirectoryTransportType) |
指定されたディレクトリ コンテキストとトランスポート タイプの ActiveDirectoryInterSiteTransport オブジェクトを取得します。Gets an ActiveDirectoryInterSiteTransport object for a given directory context and transport type. |
GetDirectoryEntry() |
DirectoryEntry オブジェクトの ActiveDirectoryInterSiteTransport オブジェクトを取得します。Gets the DirectoryEntry object for the ActiveDirectoryInterSiteTransport object. |
GetHashCode() |
既定のハッシュ関数として機能します。Serves as the default hash function. (継承元 Object) |
GetType() |
現在のインスタンスの Type を取得します。Gets the Type of the current instance. (継承元 Object) |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。Creates a shallow copy of the current Object. (継承元 Object) |
Save() |
現在の ActiveDirectoryInterSiteTransport オブジェクトに対するすべての変更を、基になるディレクトリ ストアにコミットします。Commits all changes to the current ActiveDirectoryInterSiteTransport object to the underlying directory store. |
ToString() |
ActiveDirectoryTransportType オブジェクトの ActiveDirectoryInterSiteTransport の文字列形式を取得します。Gets the string representation of the ActiveDirectoryTransportType of the ActiveDirectoryInterSiteTransport object. |