Freigeben über


DirSyncRequestControl Konstruktoren

Definition

Der DirSyncRequestControl() -Konstruktor erstellt eine Instanz der DirSyncRequestControl -Klasse.

Überlädt

DirSyncRequestControl()

Der DirSyncRequestControl() -Konstruktor erstellt eine Instanz der DirSyncRequestControl -Klasse.

DirSyncRequestControl(Byte[])

Der DirSyncRequestControl(Byte[])-Konstruktor erstellt mithilfe des angegebenen Parameters eine Instanz der DirSyncRequestControl-Klasse.

DirSyncRequestControl(Byte[], DirectorySynchronizationOptions)

Der DirSyncRequestControl(Byte[], DirectorySynchronizationOptions)-Konstruktor erstellt mithilfe der angegebenen Parameter eine Instanz der DirSyncRequestControl-Klasse.

DirSyncRequestControl(Byte[], DirectorySynchronizationOptions, Int32)

Der DirSyncRequestControl(Byte[], DirectorySynchronizationOptions, Int32)-Konstruktor erstellt mithilfe der angegebenen Parameter eine Instanz der DirSyncRequestControl-Klasse.

DirSyncRequestControl()

Quelle:
DirectoryControl.cs
Quelle:
DirectoryControl.cs
Quelle:
DirectoryControl.cs

Der DirSyncRequestControl() -Konstruktor erstellt eine Instanz der DirSyncRequestControl -Klasse.

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

Gilt für:

DirSyncRequestControl(Byte[])

Quelle:
DirectoryControl.cs
Quelle:
DirectoryControl.cs
Quelle:
DirectoryControl.cs

Der DirSyncRequestControl(Byte[])-Konstruktor erstellt mithilfe des angegebenen Parameters eine Instanz der DirSyncRequestControl-Klasse.

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

Parameter

cookie
Byte[]

Eine nicht transparente, vom Server verwendete Struktur. Sie wird bei jeder SearchRequest vom Verzeichnis aktualisiert, wodurch das Steuerelement Änderungen aus dem Verzeichnis inkrementell lesen kann.

Gilt für:

DirSyncRequestControl(Byte[], DirectorySynchronizationOptions)

Quelle:
DirectoryControl.cs
Quelle:
DirectoryControl.cs
Quelle:
DirectoryControl.cs

Der DirSyncRequestControl(Byte[], DirectorySynchronizationOptions)-Konstruktor erstellt mithilfe der angegebenen Parameter eine Instanz der DirSyncRequestControl-Klasse.

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)

Parameter

cookie
Byte[]

Eine nicht transparente, vom Server verwendete Struktur. Sie wird bei jeder SearchRequest vom Verzeichnis aktualisiert, wodurch das Steuerelement Änderungen aus dem Verzeichnis inkrementell lesen kann.

option
DirectorySynchronizationOptions

Legt das Suchverhalten fest. Dieser Parameter kann 0 (null) oder eine Kombination aus einem oder mehreren Werten aus DirectorySynchronizationOptions sein.

Gilt für:

DirSyncRequestControl(Byte[], DirectorySynchronizationOptions, Int32)

Quelle:
DirectoryControl.cs
Quelle:
DirectoryControl.cs
Quelle:
DirectoryControl.cs

Der DirSyncRequestControl(Byte[], DirectorySynchronizationOptions, Int32)-Konstruktor erstellt mithilfe der angegebenen Parameter eine Instanz der DirSyncRequestControl-Klasse.

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)

Parameter

cookie
Byte[]

Eine nicht transparente, vom Server verwendete Struktur. Sie wird bei jeder SearchRequest vom Verzeichnis aktualisiert, wodurch das Steuerelement Änderungen aus dem Verzeichnis inkrementell lesen kann.

option
DirectorySynchronizationOptions

Legt das Suchverhalten fest. Dieser Parameter kann 0 (null) oder eine Kombination aus einem oder mehreren Werten aus DirectorySynchronizationOptions sein.

attributeCount
Int32

Die Höchstanzahl der zurückzugebenden Attribute. Die Standardeinstellung ist 1048576.

Gilt für: