DirSyncRequestControl 클래스

정의

클래스는 DirSyncRequestControl 애플리케이션 이전 상태 이후 변경 된 개체에 대 한 디렉터리를 검색할 수 있도록 하는 디렉터리 컨트롤입니다.

public ref class DirSyncRequestControl : System::DirectoryServices::Protocols::DirectoryControl
public class DirSyncRequestControl : System.DirectoryServices.Protocols.DirectoryControl
type DirSyncRequestControl = class
    inherit DirectoryControl
Public Class DirSyncRequestControl
Inherits DirectoryControl
상속
DirSyncRequestControl

생성자

Name Description
DirSyncRequestControl()

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

DirSyncRequestControl(Byte[], DirectorySynchronizationOptions, Int32)

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

DirSyncRequestControl(Byte[], DirectorySynchronizationOptions)

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

DirSyncRequestControl(Byte[])

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

속성

Name Description
AttributeCount

이 속성은 AttributeCount 반환할 특성의 최대 수를 지정합니다.

Cookie

이 속성은 Cookie 서버에서 사용하는 불투명 구조를 포함합니다.

IsCritical

이 속성은 IsCritical 컨트롤이 중요한지 여부를 지정합니다.

(다음에서 상속됨 DirectoryControl)
Option

이 속성은 Option 검색 동작을 지정합니다.

ServerSide

이 속성은 ServerSide 서버 쪽 컨트롤인지 여부를 지정합니다.

(다음에서 상속됨 DirectoryControl)
Type

속성에는 Type 컨트롤의 OID(개체 식별자)가 포함됩니다.

(다음에서 상속됨 DirectoryControl)

메서드

Name Description
Equals(Object)

지정된 개체가 현재 개체와 같은지 여부를 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 사용됩니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type 가져옵니다.

(다음에서 상속됨 Object)
GetValue()

이 메서드는 GetValue() 이 컨트롤과 연결된 데이터를 반환합니다.

MemberwiseClone()

현재 Object단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상