ActiveDirectorySiteOptions 枚举

定义

指定 ActiveDirectorySite 对象站点选项的位标识符。

此枚举支持其成员值的按位组合。

public enum class ActiveDirectorySiteOptions
[System.Flags]
public enum ActiveDirectorySiteOptions
[<System.Flags>]
type ActiveDirectorySiteOptions = 
Public Enum ActiveDirectorySiteOptions
继承
ActiveDirectorySiteOptions
属性

字段

AutoInterSiteTopologyDisabled 16

已禁用站点内拓扑自动生成功能。

AutoMinimumHopDisabled 4

已禁用自动最小跃点拓扑。

AutoTopologyDisabled 1

已禁用站点间拓扑生成功能。

ForceKccWindows2003Behavior 64

KCC(知识一致性检查器)被强制在 Windows Server 2003 行为模式下运行。

GroupMembershipCachingEnabled 32

已启用用户的组成员资格。

None 0

未设置站点选项。

RandomBridgeHeaderServerSelectionDisabled 256

KCC 可以在创建连接时随机选取一个桥头服务器。

RedundantServerTopologyEnabled 1024

已启用静态故障转移连接的创建功能。

StaleServerDetectDisabled 8

已禁用陈旧服务器检测。

TopologyCleanupDisabled 2

已禁用拓扑清理功能。

UseHashingForReplicationSchedule 512

创建复制日程时,允许 KCC 使用哈希。

UseWindows2000IstgElection 128

KCC 被强制使用 Windows 2000 ISTG 选择算法。

适用于

另请参阅