DirSyncRequestControl Oluşturucular

Tanım

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

Aşırı Yüklemeler

Name Description
DirSyncRequestControl()

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

DirSyncRequestControl(Byte[])

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

DirSyncRequestControl(Byte[], DirectorySynchronizationOptions)

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

DirSyncRequestControl(Byte[], DirectorySynchronizationOptions, Int32)

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

DirSyncRequestControl()

Kaynak:
DirectoryControl.cs
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
Kaynak:
DirectoryControl.cs

Oluşturucu, DirSyncRequestControl(Byte[]) belirtilen parametreyi kullanarak sınıfın DirSyncRequestControl 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 sırasında SearchRequestdizini tarafından güncelleştirilir ve bu da denetimin dizinden 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
Kaynak:
DirectoryControl.cs

Oluşturucu, DirSyncRequestControl(Byte[], DirectorySynchronizationOptions) belirtilen parametreleri kullanarak sınıfı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 sırasında SearchRequestdizini tarafından güncelleştirilir ve bu da denetimin dizinden değişiklikleri artımlı olarak okumasını sağlar.

option
DirectorySynchronizationOptions

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

Şunlara uygulanır

DirSyncRequestControl(Byte[], DirectorySynchronizationOptions, Int32)

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

Oluşturucu, DirSyncRequestControl(Byte[], DirectorySynchronizationOptions, Int32) belirtilen parametreleri kullanarak sınıfı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 sırasında SearchRequestdizini tarafından güncelleştirilir ve bu da denetimin dizinden değişiklikleri artımlı olarak okumasını sağlar.

option
DirectorySynchronizationOptions

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

attributeCount
Int32

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

Şunlara uygulanır