ForestMode 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示运行 Forest 的模式。
public enum class ForestMode
public enum ForestMode
type ForestMode =
Public Enum ForestMode
- 继承
字段
| 名称 | 值 | 说明 |
|---|---|---|
| Unknown | -1 | Forest 在未知模式下运行。 |
| Windows2000Forest | 0 | Forest 在 Windows 2000 模式下运行。 |
| Windows2003Forest | 2 | Forest 在 Windows Server 2003 模式下运行。 |
| Windows2003InterimForest | 1 | Forest 在 Windows Server 2003 域功能模式下运行。 |
| Windows2008Forest | 3 | Forest 在 Windows Server 2008 模式下运行。 |
| Windows2008R2Forest | 4 | Forest 在 Windows Server 2008 R2 模式下运行。 |
| Windows2012R2Forest | 6 | [在 .NET Framework 4.5.1 和更高版本中受支持] Forest 在 Windows Server 2012 R2 模式下运行。 |
| Windows8Forest | 5 | Forest 在 Windows 8 模式下运行。 |