Udostępnij za pośrednictwem


VlvRequestControl Konstruktory

Definicja

Konstruktor VlvRequestControl() tworzy wystąpienie VlvRequestControl klasy .

Przeciążenia

VlvRequestControl()

Konstruktor VlvRequestControl() tworzy wystąpienie VlvRequestControl klasy .

VlvRequestControl(Int32, Int32, Byte[])

Konstruktor VlvRequestControl(Int32, Int32, Byte[]) tworzy wystąpienie VlvRequestControl klasy przy użyciu określonych wpisów i wpisu docelowego.

VlvRequestControl(Int32, Int32, Int32)

Konstruktor VlvRequestControl(Int32, Int32, Int32) tworzy wystąpienie VlvRequestControl klasy przy użyciu określonych liczb wpisów i przesunięcia.

VlvRequestControl(Int32, Int32, String)

Konstruktor VlvRequestControl(Int32, Int32, String) tworzy wystąpienie VlvRequestControl klasy przy użyciu określonych wpisów i wpisu docelowego.

VlvRequestControl()

Źródło:
DirectoryControl.cs
Źródło:
DirectoryControl.cs
Źródło:
DirectoryControl.cs

Konstruktor VlvRequestControl() tworzy wystąpienie VlvRequestControl klasy .

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

Dotyczy

VlvRequestControl(Int32, Int32, Byte[])

Źródło:
DirectoryControl.cs
Źródło:
DirectoryControl.cs
Źródło:
DirectoryControl.cs

Konstruktor VlvRequestControl(Int32, Int32, Byte[]) tworzy wystąpienie VlvRequestControl klasy przy użyciu określonych wpisów i wpisu docelowego.

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

Parametry

beforeCount
Int32

Liczba wpisów przed wpisem docelowym, które klient żąda od serwera do zwrócenia w wynikach listy.

afterCount
Int32

Liczba wpisów po wpisie docelowym, który klient żąda od serwera, aby powrócić w wynikach.

target
Byte[]

Wpis docelowy wyszukiwania.

Dotyczy

VlvRequestControl(Int32, Int32, Int32)

Źródło:
DirectoryControl.cs
Źródło:
DirectoryControl.cs
Źródło:
DirectoryControl.cs

Konstruktor VlvRequestControl(Int32, Int32, Int32) tworzy wystąpienie VlvRequestControl klasy przy użyciu określonych liczb wpisów i przesunięcia.

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)

Parametry

beforeCount
Int32

Liczba wpisów przed wpisem docelowym, które klient żąda od serwera do wysłania z powrotem w wynikach listy.

afterCount
Int32

Liczba wpisów po wpisie docelowym, który klient żąda od serwera do wysłania z powrotem w wynikach.

offset
Int32

Współczynnik między wartością przesunięcia a liczbą zawartości.

Dotyczy

VlvRequestControl(Int32, Int32, String)

Źródło:
DirectoryControl.cs
Źródło:
DirectoryControl.cs
Źródło:
DirectoryControl.cs

Konstruktor VlvRequestControl(Int32, Int32, String) tworzy wystąpienie VlvRequestControl klasy przy użyciu określonych wpisów i wpisu docelowego.

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)

Parametry

beforeCount
Int32

Liczba wpisów przed wpisem docelowym, które klient żąda od serwera do zwrócenia w wynikach listy.

afterCount
Int32

Liczba wpisów po wpisie docelowym, który klient żąda od serwera, aby powrócić w wynikach.

target
String

Wpis docelowy wyszukiwania.

Dotyczy