DirectoryContextType 枚举
定义
为 DirectoryContext 对象指定上下文类型。Specifies the context type for an DirectoryContext object.
public enum class DirectoryContextType
public enum DirectoryContextType
type DirectoryContextType =
Public Enum DirectoryContextType
- 继承
字段
| ApplicationPartition | 4 | DirectoryContext 对象表示应用程序分区。The DirectoryContext object represents an application partition. |
| ConfigurationSet | 3 | DirectoryContext 对象表示 AD LDS 配置集。The DirectoryContext object represents an AD LDS configuration set. |
| DirectoryServer | 2 | DirectoryContext 对象表示目录服务器。The DirectoryContext object represents a directory server. |
| Domain | 0 | DirectoryContext 对象表示域。The DirectoryContext object represents a domain. |
| Forest | 1 | DirectoryContext 对象表示目录林。The DirectoryContext object represents a forest. |