DirectorySearcher.DirectorySynchronization 属性

定义

获取或设置表示要与搜索一起使用的目录同步控件的对象。Gets or sets an object that represents the directory synchronization control to use with the search.

public:
 property System::DirectoryServices::DirectorySynchronization ^ DirectorySynchronization { System::DirectoryServices::DirectorySynchronization ^ get(); void set(System::DirectoryServices::DirectorySynchronization ^ value); };
public System.DirectoryServices.DirectorySynchronization DirectorySynchronization { get; set; }
[System.ComponentModel.Browsable(false)]
[System.DirectoryServices.DSDescription("DSDirectorySynchronization")]
[System.Runtime.InteropServices.ComVisible(false)]
public System.DirectoryServices.DirectorySynchronization DirectorySynchronization { get; set; }
member this.DirectorySynchronization : System.DirectoryServices.DirectorySynchronization with get, set
[<System.ComponentModel.Browsable(false)>]
[<System.DirectoryServices.DSDescription("DSDirectorySynchronization")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.DirectorySynchronization : System.DirectoryServices.DirectorySynchronization with get, set
Public Property DirectorySynchronization As DirectorySynchronization

属性值

DirectorySynchronization

用于搜索的 DirectorySynchronization 对象。The DirectorySynchronization object for the search. 如果不应使用目录同步控件,则为 nullnull if the directory synchronization control should not be used.

属性

注解

目录同步控件通常称为 DirSync 控件,是一种 LDAP 控件,用于搜索自先前状态以来发生更改的对象。The directory synchronization control, commonly referred to as the DirSync control, is an LDAP control that is used to search for objects that have changed since a previous state.

有关详细信息,请参阅主题 使用 DirSync 控件轮询更改For more information, see the topic Polling for Changes Using the DirSync Control.

适用于