DirSyncRequestControl コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
DirSyncRequestControl() コンストラクターは、 DirSyncRequestControl クラスのインスタンスを作成します。
オーバーロード
DirSyncRequestControl() |
DirSyncRequestControl() コンストラクターは、 DirSyncRequestControl クラスのインスタンスを作成します。 |
DirSyncRequestControl(Byte[]) |
DirSyncRequestControl(Byte[]) コンストラクターは、指定されたパラメーターを使用して、DirSyncRequestControl クラスのインスタンスを作成します。 |
DirSyncRequestControl(Byte[], DirectorySynchronizationOptions) |
DirSyncRequestControl(Byte[], DirectorySynchronizationOptions) コンストラクターは、指定されたパラメーターを使用して、DirSyncRequestControl クラスのインスタンスを作成します。 |
DirSyncRequestControl(Byte[], DirectorySynchronizationOptions, Int32) |
DirSyncRequestControl(Byte[], DirectorySynchronizationOptions, Int32) コンストラクターは、指定されたパラメーターを使用して、DirSyncRequestControl クラスのインスタンスを作成します。 |
DirSyncRequestControl()
DirSyncRequestControl() コンストラクターは、 DirSyncRequestControl クラスのインスタンスを作成します。
public:
DirSyncRequestControl();
public DirSyncRequestControl ();
Public Sub New ()
適用対象
DirSyncRequestControl(Byte[])
DirSyncRequestControl(Byte[]) コンストラクターは、指定されたパラメーターを使用して、DirSyncRequestControl クラスのインスタンスを作成します。
public:
DirSyncRequestControl(cli::array <System::Byte> ^ cookie);
public DirSyncRequestControl (byte[] cookie);
new System.DirectoryServices.Protocols.DirSyncRequestControl : byte[] -> System.DirectoryServices.Protocols.DirSyncRequestControl
Public Sub New (cookie As Byte())
パラメーター
- cookie
- Byte[]
サーバーによって使用される非透過構造体。 これは、各 SearchRequest 時にディレクトリによって更新され、このコントロールで、ディレクトリからの変更をインクリメント方式で読み取ることができるようにします。
適用対象
DirSyncRequestControl(Byte[], DirectorySynchronizationOptions)
DirSyncRequestControl(Byte[], DirectorySynchronizationOptions) コンストラクターは、指定されたパラメーターを使用して、DirSyncRequestControl クラスのインスタンスを作成します。
public:
DirSyncRequestControl(cli::array <System::Byte> ^ cookie, System::DirectoryServices::Protocols::DirectorySynchronizationOptions option);
public DirSyncRequestControl (byte[] cookie, System.DirectoryServices.Protocols.DirectorySynchronizationOptions option);
new System.DirectoryServices.Protocols.DirSyncRequestControl : byte[] * System.DirectoryServices.Protocols.DirectorySynchronizationOptions -> System.DirectoryServices.Protocols.DirSyncRequestControl
Public Sub New (cookie As Byte(), option As DirectorySynchronizationOptions)
パラメーター
- cookie
- Byte[]
サーバーによって使用される非透過構造体。 これは、各 SearchRequest 時にディレクトリによって更新され、このコントロールで、ディレクトリからの変更をインクリメント方式で読み取ることができるようにします。
検索の動作を指定します。 このパラメーターには、0 または DirectorySynchronizationOptions の値の 1 つ以上の組み合わせを指定できます。
適用対象
DirSyncRequestControl(Byte[], DirectorySynchronizationOptions, Int32)
DirSyncRequestControl(Byte[], DirectorySynchronizationOptions, Int32) コンストラクターは、指定されたパラメーターを使用して、DirSyncRequestControl クラスのインスタンスを作成します。
public:
DirSyncRequestControl(cli::array <System::Byte> ^ cookie, System::DirectoryServices::Protocols::DirectorySynchronizationOptions option, int attributeCount);
public DirSyncRequestControl (byte[] cookie, System.DirectoryServices.Protocols.DirectorySynchronizationOptions option, int attributeCount);
new System.DirectoryServices.Protocols.DirSyncRequestControl : byte[] * System.DirectoryServices.Protocols.DirectorySynchronizationOptions * int -> System.DirectoryServices.Protocols.DirSyncRequestControl
Public Sub New (cookie As Byte(), option As DirectorySynchronizationOptions, attributeCount As Integer)
パラメーター
- cookie
- Byte[]
サーバーによって使用される非透過構造体。 これは、各 SearchRequest 時にディレクトリによって更新され、このコントロールで、ディレクトリからの変更をインクリメント方式で読み取ることができるようにします。
検索の動作を指定します。 このパラメーターには、0 または DirectorySynchronizationOptions の値の 1 つ以上の組み合わせを指定できます。
- attributeCount
- Int32
返す属性の最大数。 既定値は、1048576 です。
適用対象
.NET