DirSyncRequestControl 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
DirSyncRequestControl() 建構函式會建立 DirSyncRequestControl 類別的執行個體。
多載
DirSyncRequestControl()
DirSyncRequestControl() 建構函式會建立 DirSyncRequestControl 類別的執行個體。
public:
DirSyncRequestControl();
public DirSyncRequestControl ();
Public Sub New ()
適用於
DirSyncRequestControl(Byte[])
DirSyncRequestControl(Byte[]) 建構函式使用指定的參數,建立 DirSyncRequestControl 類別的執行個體。
public:
DirSyncRequestControl(cli::array <System::Byte> ^ cookie);
public DirSyncRequestControl (byte[] cookie);
new System.DirectoryServices.Protocols.DirSyncRequestControl : byte[] -> System.DirectoryServices.Protocols.DirSyncRequestControl
Public Sub New (cookie As Byte())
參數
- cookie
- Byte[]
伺服器所使用的不透明結構。 在每次 SearchRequest 期間目錄都會對它進行更新,使得控制項能夠從目錄中累加讀取變更。
適用於
DirSyncRequestControl(Byte[], DirectorySynchronizationOptions)
DirSyncRequestControl(Byte[], DirectorySynchronizationOptions) 建構函式使用指定的參數,建立 DirSyncRequestControl 類別的執行個體。
public:
DirSyncRequestControl(cli::array <System::Byte> ^ cookie, System::DirectoryServices::Protocols::DirectorySynchronizationOptions option);
public DirSyncRequestControl (byte[] cookie, System.DirectoryServices.Protocols.DirectorySynchronizationOptions option);
new System.DirectoryServices.Protocols.DirSyncRequestControl : byte[] * System.DirectoryServices.Protocols.DirectorySynchronizationOptions -> System.DirectoryServices.Protocols.DirSyncRequestControl
Public Sub New (cookie As Byte(), option As DirectorySynchronizationOptions)
參數
- cookie
- Byte[]
伺服器所使用的不透明結構。 在每次 SearchRequest 期間目錄都會對它進行更新,使得控制項能夠從目錄中累加讀取變更。
指定搜尋的行為。 這個參數可以為零,或者為 DirectorySynchronizationOptions 一或多個值的組合。
適用於
DirSyncRequestControl(Byte[], DirectorySynchronizationOptions, Int32)
DirSyncRequestControl(Byte[], DirectorySynchronizationOptions, Int32) 建構函式使用指定的參數,建立 DirSyncRequestControl 類別的執行個體。
public:
DirSyncRequestControl(cli::array <System::Byte> ^ cookie, System::DirectoryServices::Protocols::DirectorySynchronizationOptions option, int attributeCount);
public DirSyncRequestControl (byte[] cookie, System.DirectoryServices.Protocols.DirectorySynchronizationOptions option, int attributeCount);
new System.DirectoryServices.Protocols.DirSyncRequestControl : byte[] * System.DirectoryServices.Protocols.DirectorySynchronizationOptions * int -> System.DirectoryServices.Protocols.DirSyncRequestControl
Public Sub New (cookie As Byte(), option As DirectorySynchronizationOptions, attributeCount As Integer)
參數
- cookie
- Byte[]
伺服器所使用的不透明結構。 在每次 SearchRequest 期間目錄都會對它進行更新,使得控制項能夠從目錄中累加讀取變更。
指定搜尋的行為。 這個參數可以為零,或者為 DirectorySynchronizationOptions 一或多個值的組合。
- attributeCount
- Int32
要傳回之屬性的最大數目。 預設值為 1048576。