DirSyncRequestControl Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Der DirSyncRequestControl() Konstruktor erstellt eine Instanz der DirSyncRequestControl Klasse.
Überlädt
| Name | Beschreibung |
|---|---|
| DirSyncRequestControl() |
Der DirSyncRequestControl() Konstruktor erstellt eine Instanz der DirSyncRequestControl Klasse. |
| DirSyncRequestControl(Byte[]) |
Der DirSyncRequestControl(Byte[]) Konstruktor erstellt eine Instanz der DirSyncRequestControl Klasse mithilfe des angegebenen Parameters. |
| DirSyncRequestControl(Byte[], DirectorySynchronizationOptions) |
Der DirSyncRequestControl(Byte[], DirectorySynchronizationOptions) Konstruktor erstellt eine Instanz der Klasse mithilfe der DirSyncRequestControl angegebenen Parameter. |
| DirSyncRequestControl(Byte[], DirectorySynchronizationOptions, Int32) |
Der DirSyncRequestControl(Byte[], DirectorySynchronizationOptions, Int32) Konstruktor erstellt eine Instanz der Klasse mithilfe der DirSyncRequestControl angegebenen Parameter. |
DirSyncRequestControl()
Der DirSyncRequestControl() Konstruktor erstellt eine Instanz der DirSyncRequestControl Klasse.
public:
DirSyncRequestControl();
public DirSyncRequestControl();
Public Sub New ()
Gilt für:
DirSyncRequestControl(Byte[])
Der DirSyncRequestControl(Byte[]) Konstruktor erstellt eine Instanz der DirSyncRequestControl Klasse mithilfe des angegebenen Parameters.
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 undurchsichtige Struktur, die vom Server verwendet wird. Es wird während der einzelnen SearchRequestDateien durch das Verzeichnis aktualisiert, wodurch das Steuerelement inkrementelle Änderungen aus dem Verzeichnis lesen kann.
Gilt für:
DirSyncRequestControl(Byte[], DirectorySynchronizationOptions)
Der DirSyncRequestControl(Byte[], DirectorySynchronizationOptions) Konstruktor erstellt eine Instanz der Klasse mithilfe der DirSyncRequestControl angegebenen Parameter.
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 undurchsichtige Struktur, die vom Server verwendet wird. Es wird während der einzelnen SearchRequestDateien durch das Verzeichnis aktualisiert, wodurch das Steuerelement inkrementelle Änderungen aus dem Verzeichnis lesen kann.
Gibt das Verhalten der Suche an. Dieser Parameter kann null oder eine Kombination aus einem oder mehreren werten von DirectorySynchronizationOptions.
Gilt für:
DirSyncRequestControl(Byte[], DirectorySynchronizationOptions, Int32)
Der DirSyncRequestControl(Byte[], DirectorySynchronizationOptions, Int32) Konstruktor erstellt eine Instanz der Klasse mithilfe der DirSyncRequestControl angegebenen Parameter.
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 undurchsichtige Struktur, die vom Server verwendet wird. Es wird während der einzelnen SearchRequestDateien durch das Verzeichnis aktualisiert, wodurch das Steuerelement inkrementelle Änderungen aus dem Verzeichnis lesen kann.
Gibt das Verhalten der Suche an. Dieser Parameter kann null oder eine Kombination aus einem oder mehreren werten von DirectorySynchronizationOptions.
- attributeCount
- Int32
Die maximale Anzahl der zurückzugebenden Attribute. Der Standardwert ist 1048576.