VlvRequestControl 생성자

정의

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

오버로드

Name Description
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
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
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
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
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

검색 대상 항목입니다.

적용 대상