Aracılığıyla paylaş


DirSyncRequestControl Oluşturucular

Tanım

Oluşturucu sınıfının DirSyncRequestControl() bir örneğini DirSyncRequestControl oluşturur.

Aşırı Yüklemeler

DirSyncRequestControl()

Oluşturucu sınıfının DirSyncRequestControl() bir örneğini DirSyncRequestControl oluşturur.

DirSyncRequestControl(Byte[])

Oluşturucu, DirSyncRequestControl(Byte[]) belirtilen parametreyi DirSyncRequestControl kullanarak sınıfının bir örneğini oluşturur.

DirSyncRequestControl(Byte[], DirectorySynchronizationOptions)

Oluşturucu, DirSyncRequestControl(Byte[], DirectorySynchronizationOptions) belirtilen parametreleri kullanarak sınıfının bir örneğini DirSyncRequestControl oluşturur.

DirSyncRequestControl(Byte[], DirectorySynchronizationOptions, Int32)

Oluşturucu, DirSyncRequestControl(Byte[], DirectorySynchronizationOptions, Int32) belirtilen parametreleri kullanarak sınıfının bir örneğini DirSyncRequestControl oluşturur.

DirSyncRequestControl()

Kaynak:
DirectoryControl.cs
Kaynak:
DirectoryControl.cs
Kaynak:
DirectoryControl.cs

Oluşturucu sınıfının DirSyncRequestControl() bir örneğini DirSyncRequestControl oluşturur.

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

Şunlara uygulanır

DirSyncRequestControl(Byte[])

Kaynak:
DirectoryControl.cs
Kaynak:
DirectoryControl.cs
Kaynak:
DirectoryControl.cs

Oluşturucu, DirSyncRequestControl(Byte[]) belirtilen parametreyi DirSyncRequestControl kullanarak sınıfının bir örneğini oluşturur.

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

Parametreler

cookie
Byte[]

Sunucu tarafından kullanılan opak bir yapı. Her SearchRequestsırasında dizini tarafından güncelleştirilir ve bu da denetimin dizindeki değişiklikleri artımlı olarak okumasını sağlar.

Şunlara uygulanır

DirSyncRequestControl(Byte[], DirectorySynchronizationOptions)

Kaynak:
DirectoryControl.cs
Kaynak:
DirectoryControl.cs
Kaynak:
DirectoryControl.cs

Oluşturucu, DirSyncRequestControl(Byte[], DirectorySynchronizationOptions) belirtilen parametreleri kullanarak sınıfının bir örneğini DirSyncRequestControl oluşturur.

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)

Parametreler

cookie
Byte[]

Sunucu tarafından kullanılan opak bir yapı. Her SearchRequestsırasında dizini tarafından güncelleştirilir ve bu da denetimin dizindeki değişiklikleri artımlı olarak okumasını sağlar.

option
DirectorySynchronizationOptions

Aramanın davranışını belirtir. Bu parametre sıfır veya bir veya daha fazla değerinin DirectorySynchronizationOptionsbirleşimi olabilir.

Şunlara uygulanır

DirSyncRequestControl(Byte[], DirectorySynchronizationOptions, Int32)

Kaynak:
DirectoryControl.cs
Kaynak:
DirectoryControl.cs
Kaynak:
DirectoryControl.cs

Oluşturucu, DirSyncRequestControl(Byte[], DirectorySynchronizationOptions, Int32) belirtilen parametreleri kullanarak sınıfının bir örneğini DirSyncRequestControl oluşturur.

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)

Parametreler

cookie
Byte[]

Sunucu tarafından kullanılan opak bir yapı. Her SearchRequestsırasında dizini tarafından güncelleştirilir ve bu da denetimin dizindeki değişiklikleri artımlı olarak okumasını sağlar.

option
DirectorySynchronizationOptions

Aramanın davranışını belirtir. Bu parametre sıfır veya bir veya daha fazla değerinin DirectorySynchronizationOptionsbirleşimi olabilir.

attributeCount
Int32

Döndürülecek öznitelik sayısı üst sınırı. Varsayılan değer 1048576.

Şunlara uygulanır