DomainController.TransferRoleOwnership(ActiveDirectoryRole) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Causes ownership of the specified role to be transferred to this domain controller.
public:
void TransferRoleOwnership(System::DirectoryServices::ActiveDirectory::ActiveDirectoryRole role);
public void TransferRoleOwnership (System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole role);
member this.TransferRoleOwnership : System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole -> unit
Public Sub TransferRoleOwnership (role As ActiveDirectoryRole)
Parameters
- role
- ActiveDirectoryRole
One of the ActiveDirectoryRole members that specifies which role will be transferred to this domain controller.
Exceptions
role
is not valid.
The current object has been disposed.
Applies to
See also
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.