MigrateToDataDiscoveryOptions Class

The options class used for migrating account services objects (tenants, groups, and users) to Data Discovery.
Inheritance Hierarchy
SystemObject
  Dundas.BI.DataDiscoveryMigrateToDataDiscoveryOptions

Namespace:  Dundas.BI.DataDiscovery
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.4.0.1000)
Syntax
public class MigrateToDataDiscoveryOptions

The MigrateToDataDiscoveryOptions type exposes the following members.

Constructors
  NameDescription
Public methodMigrateToDataDiscoveryOptions
Initializes a new instance of the MigrateToDataDiscoveryOptions class
Top
Properties
  NameDescription
Public propertyGroupIds
Gets or sets the IDs of the groups to migrate. means all groups to be migrated.
Public propertyTenantIds
Gets or sets the IDs of the tenants to migrate. means all tenants to be migrated.
Public propertyUserIds
Gets or sets the IDs of the users to migrate. means all users to be migrated.
Top
See Also