DirSyncRequestControl 생성자

정의

DirSyncRequestControl() 생성자는 클래스의 인스턴스를 DirSyncRequestControl 만듭니다.

오버로드

Name Description
DirSyncRequestControl()

DirSyncRequestControl() 생성자는 클래스의 인스턴스를 DirSyncRequestControl 만듭니다.

DirSyncRequestControl(Byte[])

DirSyncRequestControl(Byte[]) 생성자는 지정된 매개 변수를 DirSyncRequestControl 사용하여 클래스의 인스턴스를 만듭니다.

DirSyncRequestControl(Byte[], DirectorySynchronizationOptions)

DirSyncRequestControl(Byte[], DirectorySynchronizationOptions) 생성자는 지정된 매개 변수를 DirSyncRequestControl 사용하여 클래스의 인스턴스를 만듭니다.

DirSyncRequestControl(Byte[], DirectorySynchronizationOptions, Int32)

DirSyncRequestControl(Byte[], DirectorySynchronizationOptions, Int32) 생성자는 지정된 매개 변수를 DirSyncRequestControl 사용하여 클래스의 인스턴스를 만듭니다.

DirSyncRequestControl()

Source:
DirectoryControl.cs
Source:
DirectoryControl.cs
Source:
DirectoryControl.cs
Source:
DirectoryControl.cs

DirSyncRequestControl() 생성자는 클래스의 인스턴스를 DirSyncRequestControl 만듭니다.

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

적용 대상

DirSyncRequestControl(Byte[])

Source:
DirectoryControl.cs
Source:
DirectoryControl.cs
Source:
DirectoryControl.cs
Source:
DirectoryControl.cs

DirSyncRequestControl(Byte[]) 생성자는 지정된 매개 변수를 DirSyncRequestControl 사용하여 클래스의 인스턴스를 만듭니다.

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

매개 변수

cookie
Byte[]

서버에서 사용하는 불투명 구조체입니다. 컨트롤이 디렉터리에서 변경 내용을 증분식으로 읽을 수 있도록 하는 각 SearchRequest동안 디렉터리에 의해 업데이트됩니다.

적용 대상

DirSyncRequestControl(Byte[], DirectorySynchronizationOptions)

Source:
DirectoryControl.cs
Source:
DirectoryControl.cs
Source:
DirectoryControl.cs
Source:
DirectoryControl.cs

DirSyncRequestControl(Byte[], DirectorySynchronizationOptions) 생성자는 지정된 매개 변수를 DirSyncRequestControl 사용하여 클래스의 인스턴스를 만듭니다.

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)

매개 변수

cookie
Byte[]

서버에서 사용하는 불투명 구조체입니다. 컨트롤이 디렉터리에서 변경 내용을 증분식으로 읽을 수 있도록 하는 각 SearchRequest동안 디렉터리에 의해 업데이트됩니다.

option
DirectorySynchronizationOptions

검색 동작을 지정합니다. 이 매개 변수는 0이거나 하나 이상의 값 DirectorySynchronizationOptions조합일 수 있습니다.

적용 대상

DirSyncRequestControl(Byte[], DirectorySynchronizationOptions, Int32)

Source:
DirectoryControl.cs
Source:
DirectoryControl.cs
Source:
DirectoryControl.cs
Source:
DirectoryControl.cs

DirSyncRequestControl(Byte[], DirectorySynchronizationOptions, Int32) 생성자는 지정된 매개 변수를 DirSyncRequestControl 사용하여 클래스의 인스턴스를 만듭니다.

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)

매개 변수

cookie
Byte[]

서버에서 사용하는 불투명 구조체입니다. 컨트롤이 디렉터리에서 변경 내용을 증분식으로 읽을 수 있도록 하는 각 SearchRequest동안 디렉터리에 의해 업데이트됩니다.

option
DirectorySynchronizationOptions

검색 동작을 지정합니다. 이 매개 변수는 0이거나 하나 이상의 값 DirectorySynchronizationOptions조합일 수 있습니다.

attributeCount
Int32

반환할 최대 특성 수입니다. 기본값은 1048576.

적용 대상