다음을 통해 공유


VlvRequestControl 생성자

정의

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

오버로드

VlvRequestControl()

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

VlvRequestControl(Int32, Int32, Byte[])

VlvRequestControl(Int32, Int32, Byte[]) 생성자는 지정된 엔트리 개수와 대상 엔트리를 사용하여 VlvRequestControl 클래스의 인스턴스를 만듭니다.

VlvRequestControl(Int32, Int32, Int32)

VlvRequestControl(Int32, Int32, Int32) 생성자는 지정된 엔트리 개수와 오프셋을 사용하여 VlvRequestControl 클래스의 인스턴스를 만듭니다.

VlvRequestControl(Int32, Int32, String)

VlvRequestControl(Int32, Int32, String) 생성자는 지정된 엔트리 개수와 대상 엔트리를 사용하여 VlvRequestControl 클래스의 인스턴스를 만듭니다.

VlvRequestControl()

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

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

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

적용 대상

VlvRequestControl(Int32, Int32, Byte[])

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

VlvRequestControl(Int32, Int32, Byte[]) 생성자는 지정된 엔트리 개수와 대상 엔트리를 사용하여 VlvRequestControl 클래스의 인스턴스를 만듭니다.

public:
 VlvRequestControl(int beforeCount, int afterCount, cli::array <System::Byte> ^ target);
public VlvRequestControl (int beforeCount, int afterCount, byte[] target);
new System.DirectoryServices.Protocols.VlvRequestControl : int * int * byte[] -> System.DirectoryServices.Protocols.VlvRequestControl
Public Sub New (beforeCount As Integer, afterCount As Integer, target As Byte())

매개 변수

beforeCount
Int32

클라이언트가 목록 결과에 반환하도록 서버에 요청하는 대상 엔트리 이전의 엔트리 수입니다.

afterCount
Int32

클라이언트가 결과에 반환하도록 서버에 요청하는 대상 엔트리 이후의 엔트리 수입니다.

target
Byte[]

검색 대상 엔트리입니다.

적용 대상

VlvRequestControl(Int32, Int32, Int32)

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

VlvRequestControl(Int32, Int32, Int32) 생성자는 지정된 엔트리 개수와 오프셋을 사용하여 VlvRequestControl 클래스의 인스턴스를 만듭니다.

public:
 VlvRequestControl(int beforeCount, int afterCount, int offset);
public VlvRequestControl (int beforeCount, int afterCount, int offset);
new System.DirectoryServices.Protocols.VlvRequestControl : int * int * int -> System.DirectoryServices.Protocols.VlvRequestControl
Public Sub New (beforeCount As Integer, afterCount As Integer, offset As Integer)

매개 변수

beforeCount
Int32

클라이언트가 목록 결과에 다시 보내도록 서버에 요청하는 대상 엔트리 이전의 엔트리 수입니다.

afterCount
Int32

클라이언트가 결과에 다시 보내도록 서버에 요청하는 대상 엔트리 이후의 엔트리 수입니다.

offset
Int32

오프셋 값과 내용 카운트 간의 비율입니다.

적용 대상

VlvRequestControl(Int32, Int32, String)

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

VlvRequestControl(Int32, Int32, String) 생성자는 지정된 엔트리 개수와 대상 엔트리를 사용하여 VlvRequestControl 클래스의 인스턴스를 만듭니다.

public:
 VlvRequestControl(int beforeCount, int afterCount, System::String ^ target);
public VlvRequestControl (int beforeCount, int afterCount, string target);
new System.DirectoryServices.Protocols.VlvRequestControl : int * int * string -> System.DirectoryServices.Protocols.VlvRequestControl
Public Sub New (beforeCount As Integer, afterCount As Integer, target As String)

매개 변수

beforeCount
Int32

클라이언트가 목록 결과에 반환하도록 서버에 요청하는 대상 엔트리 이전의 엔트리 수입니다.

afterCount
Int32

클라이언트가 결과에 반환하도록 서버에 요청하는 대상 엔트리 이후의 엔트리 수입니다.

target
String

검색 대상 엔트리입니다.

적용 대상