Share via


DirSyncRequestControl コンストラクター

定義

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()

ソース:
DirectoryControl.cs
ソース:
DirectoryControl.cs
ソース:
DirectoryControl.cs

DirSyncRequestControl() コンストラクターは、 DirSyncRequestControl クラスのインスタンスを作成します。

public:
 DirSyncRequestControl();
public DirSyncRequestControl ();
Public Sub New ()

適用対象

DirSyncRequestControl(Byte[])

ソース:
DirectoryControl.cs
ソース:
DirectoryControl.cs
ソース:
DirectoryControl.cs

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)

ソース:
DirectoryControl.cs
ソース:
DirectoryControl.cs
ソース:
DirectoryControl.cs

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 時にディレクトリによって更新され、このコントロールで、ディレクトリからの変更をインクリメント方式で読み取ることができるようにします。

option
DirectorySynchronizationOptions

検索の動作を指定します。 このパラメーターには、0 または DirectorySynchronizationOptions の値の 1 つ以上の組み合わせを指定できます。

適用対象

DirSyncRequestControl(Byte[], DirectorySynchronizationOptions, Int32)

ソース:
DirectoryControl.cs
ソース:
DirectoryControl.cs
ソース:
DirectoryControl.cs

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 時にディレクトリによって更新され、このコントロールで、ディレクトリからの変更をインクリメント方式で読み取ることができるようにします。

option
DirectorySynchronizationOptions

検索の動作を指定します。 このパラメーターには、0 または DirectorySynchronizationOptions の値の 1 つ以上の組み合わせを指定できます。

attributeCount
Int32

返す属性の最大数。 既定値は、1048576 です。

適用対象