Open this page in the API Guide

IDataDiscoveryMigrationService.MigrateAccountServicesObjectsFromDataDiscovery Method

Migrates users, groups, and tenants from Data Discovery.

Namespace:  Dundas.BI.DataDiscovery
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
DataDiscoveryMigrationResult MigrateAccountServicesObjectsFromDataDiscovery(
	MigrateFromDataDiscoveryOptions options
)

Parameters

options
Type: Dundas.BI.DataDiscovery.MigrateFromDataDiscoveryOptions
The migration options.

Return Value

Type: DataDiscoveryMigrationResult
The DataDiscoveryMigrationResult object containg messages and other info associated with this operation.
Exceptions
ExceptionCondition
ArgumentNullExceptionoptions is null.
FeatureNotEnabledExceptionThe Visual Data Discovery module feature is not enabled or the multi-tenancy feature of the application is not enabled.
NoPrivilegeExceptionThe caller does not have system administration privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also