DirSyncRequestControl 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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() |
DirSyncRequestControl() 생성자는 DirSyncRequestControl 클래스의 인스턴스를 만듭니다. |
DirSyncRequestControl(Byte[]) |
DirSyncRequestControl(Byte[]) 생성자는 지정된 매개 변수를 사용하여 DirSyncRequestControl 클래스의 인스턴스를 만듭니다. |
DirSyncRequestControl(Byte[], DirectorySynchronizationOptions) |
DirSyncRequestControl(Byte[], DirectorySynchronizationOptions) 생성자는 지정된 매개 변수를 사용하여 DirSyncRequestControl 클래스의 인스턴스를 만듭니다. |
DirSyncRequestControl(Byte[], DirectorySynchronizationOptions, Int32) |
DirSyncRequestControl(Byte[], DirectorySynchronizationOptions, Int32) 생성자는 지정된 매개 변수를 사용하여 DirSyncRequestControl 클래스의 인스턴스를 만듭니다. |
속성
AttributeCount |
AttributeCount 속성은 반환할 최대 특성 수를 지정합니다. |
Cookie |
Cookie 속성에는 서버에서 사용하는 불투명한 구조체가 포함되어 있습니다. |
IsCritical |
IsCritical 속성은 컨트롤이 중요한지 여부를 지정합니다. (다음에서 상속됨 DirectoryControl) |
Option |
Option 속성은 검색 동작을 지정합니다. |
ServerSide |
ServerSide 속성은 이 컨트롤이 서버측 컨트롤인지 여부를 지정합니다. (다음에서 상속됨 DirectoryControl) |
Type |
Type 속성에는 컨트롤의 OID(Object Identifier)가 포함되어 있습니다. (다음에서 상속됨 DirectoryControl) |
메서드
Equals(Object) |
지정된 개체가 현재 개체와 같은지 확인합니다. (다음에서 상속됨 Object) |
GetHashCode() |
기본 해시 함수로 작동합니다. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다. (다음에서 상속됨 Object) |
GetValue() |
GetValue() 메서드는 이 컨트롤과 연결된 데이터를 반환합니다. |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |
적용 대상
.NET