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 です。