DirSyncRequestControl 類別

定義

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 類別的執行個體。

DirSyncRequestControl(Byte[])

DirSyncRequestControl(Byte[]) 建構函式使用指定的參數,建立 DirSyncRequestControl 類別的執行個體。

DirSyncRequestControl(Byte[], DirectorySynchronizationOptions)

DirSyncRequestControl(Byte[], DirectorySynchronizationOptions) 建構函式使用指定的參數,建立 DirSyncRequestControl 類別的執行個體。

DirSyncRequestControl(Byte[], DirectorySynchronizationOptions, Int32)

DirSyncRequestControl(Byte[], DirectorySynchronizationOptions, Int32) 建構函式使用指定的參數,建立 DirSyncRequestControl 類別的執行個體。

屬性

AttributeCount

AttributeCount 屬性 (Property) 會指定要傳回之屬性 (Attribute) 的最大數目。

Cookie

Cookie 屬性包含伺服器所使用的不透明結構。

IsCritical

IsCritical 屬性指定控制項是否很重要。

(繼承來源 DirectoryControl)
Option

Option 屬性會指定搜尋的行為。

ServerSide

ServerSide 屬性指定其是否為伺服器端控制項。

(繼承來源 DirectoryControl)
Type

Type 屬性包含控制項的物件識別項 (OID)。

(繼承來源 DirectoryControl)

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
GetValue()

GetValue() 方法會傳回與這個控制項相關聯的資料。

MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於