IAccountServiceConvertAllWindowsAccountsToLocalAccounts Method

Converts all Windows user/group accounts to the local user/group accounts.

Namespace: Dundas.BI.AccountServices
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
OperationResult ConvertAllWindowsAccountsToLocalAccounts()

Return Value

OperationResult
Exceptions
ExceptionCondition
NotSupportedExceptionThe accounts provider is not the default accounts provider.
NoPrivilegeExceptionThe caller does not have system administration privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also