Forest.NamingRoleOwner 属性
定义
获取拥有此目录林的 FSMO 命名主机角色的域控制器。Gets the domain controller that holds the FSMO naming master role for the forest.
public:
property System::DirectoryServices::ActiveDirectory::DomainController ^ NamingRoleOwner { System::DirectoryServices::ActiveDirectory::DomainController ^ get(); };
public System.DirectoryServices.ActiveDirectory.DomainController NamingRoleOwner { get; }
member this.NamingRoleOwner : System.DirectoryServices.ActiveDirectory.DomainController
Public ReadOnly Property NamingRoleOwner As DomainController
属性值
表示域控制器的 DomainController 对象,该控制器是此 Forest 的 FSMO 命名主机。A DomainController object that represents the domain controller that is the FSMO naming master of this Forest.
例外
调用基础目录服务导致错误。A call to the underlying directory service resulted in an error.
目标服务器忙或不可用。The target server is either busy or unavailable.
已释放此对象。The object has been disposed.