DirSyncRequestControl Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
De DirSyncRequestControl() constructor maakt een exemplaar van de DirSyncRequestControl klasse.
Overloads
| Name | Description |
|---|---|
| DirSyncRequestControl() |
De DirSyncRequestControl() constructor maakt een exemplaar van de DirSyncRequestControl klasse. |
| DirSyncRequestControl(Byte[]) |
De DirSyncRequestControl(Byte[]) constructor maakt een exemplaar van de DirSyncRequestControl klasse met behulp van de opgegeven parameter. |
| DirSyncRequestControl(Byte[], DirectorySynchronizationOptions) |
De DirSyncRequestControl(Byte[], DirectorySynchronizationOptions) constructor maakt een exemplaar van de DirSyncRequestControl klasse met behulp van de opgegeven parameters. |
| DirSyncRequestControl(Byte[], DirectorySynchronizationOptions, Int32) |
De DirSyncRequestControl(Byte[], DirectorySynchronizationOptions, Int32) constructor maakt een exemplaar van de DirSyncRequestControl klasse met behulp van de opgegeven parameters. |
DirSyncRequestControl()
- Bron:
- DirectoryControl.cs
- Bron:
- DirectoryControl.cs
- Bron:
- DirectoryControl.cs
- Bron:
- DirectoryControl.cs
De DirSyncRequestControl() constructor maakt een exemplaar van de DirSyncRequestControl klasse.
public:
DirSyncRequestControl();
public DirSyncRequestControl();
Public Sub New ()
Van toepassing op
DirSyncRequestControl(Byte[])
- Bron:
- DirectoryControl.cs
- Bron:
- DirectoryControl.cs
- Bron:
- DirectoryControl.cs
- Bron:
- DirectoryControl.cs
De DirSyncRequestControl(Byte[]) constructor maakt een exemplaar van de DirSyncRequestControl klasse met behulp van de opgegeven parameter.
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())
Parameters
- cookie
- Byte[]
Een ondoorzichtige structuur die door de server wordt gebruikt. Het wordt bijgewerkt door de map tijdens elke SearchRequestmap, waardoor het besturingselement incrementeel wijzigingen uit de map kan lezen.
Van toepassing op
DirSyncRequestControl(Byte[], DirectorySynchronizationOptions)
- Bron:
- DirectoryControl.cs
- Bron:
- DirectoryControl.cs
- Bron:
- DirectoryControl.cs
- Bron:
- DirectoryControl.cs
De DirSyncRequestControl(Byte[], DirectorySynchronizationOptions) constructor maakt een exemplaar van de DirSyncRequestControl klasse met behulp van de opgegeven parameters.
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)
Parameters
- cookie
- Byte[]
Een ondoorzichtige structuur die door de server wordt gebruikt. Het wordt bijgewerkt door de map tijdens elke SearchRequestmap, waardoor het besturingselement incrementeel wijzigingen uit de map kan lezen.
Hiermee geeft u het gedrag van de zoekopdracht. Deze parameter kan nul of een combinatie zijn van een of meer van de waarden van DirectorySynchronizationOptions.
Van toepassing op
DirSyncRequestControl(Byte[], DirectorySynchronizationOptions, Int32)
- Bron:
- DirectoryControl.cs
- Bron:
- DirectoryControl.cs
- Bron:
- DirectoryControl.cs
- Bron:
- DirectoryControl.cs
De DirSyncRequestControl(Byte[], DirectorySynchronizationOptions, Int32) constructor maakt een exemplaar van de DirSyncRequestControl klasse met behulp van de opgegeven parameters.
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)
Parameters
- cookie
- Byte[]
Een ondoorzichtige structuur die door de server wordt gebruikt. Het wordt bijgewerkt door de map tijdens elke SearchRequestmap, waardoor het besturingselement incrementeel wijzigingen uit de map kan lezen.
Hiermee geeft u het gedrag van de zoekopdracht. Deze parameter kan nul of een combinatie zijn van een of meer van de waarden van DirectorySynchronizationOptions.
- attributeCount
- Int32
Het maximum aantal kenmerken dat moet worden geretourneerd. De standaardwaarde is 1048576.