VlvRequestControl 类

定义

VlvRequestControl 类用于从服务器请求虚拟列表视图 (VLV) 支持。

public ref class VlvRequestControl : System::DirectoryServices::Protocols::DirectoryControl
public class VlvRequestControl : System.DirectoryServices.Protocols.DirectoryControl
type VlvRequestControl = class
    inherit DirectoryControl
Public Class VlvRequestControl
Inherits DirectoryControl
继承
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 类的实例。

属性

AfterCount

AfterCount 属性指定列表结果中在要返回的目标项之后的项数。

BeforeCount

BeforeCount 属性指定列表结果中在要返回的目标项之前的项数。

ContextId

ContextId 属性包含由服务器分配的、用于标识该搜索操作的上下文 ID。

EstimateCount

EstimateCount 属性包含列表的内容计数。

IsCritical

IsCritical 属性指定控件是否为关键控件。

(继承自 DirectoryControl)
Offset

Offset 属性包含目标项的偏移量值。

ServerSide

ServerSide 属性指定此控件是否为服务器端控件。

(继承自 DirectoryControl)
Target

Target 属性包含搜索的目标项。

Type

Type 属性包含控件的对象标识符 (OID)。

(继承自 DirectoryControl)

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
GetValue()

GetValue() 方法返回指定该控件的 BER 编码的序列。

MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于