TenantWarehouseOverrideData Class

Represents tenant warehouse DB override data.
Inheritance Hierarchy
SystemObject
  Dundas.BI.AccountServices.ExtensibilityTenantWarehouseOverrideData

Namespace:  Dundas.BI.AccountServices.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
[DataContractAttribute]
public class TenantWarehouseOverrideData

The TenantWarehouseOverrideData type exposes the following members.

Constructors
  NameDescription
Public methodTenantWarehouseOverrideData
Initializes a new instance of the TenantWarehouseOverrideData class
Top
Properties
  NameDescription
Public propertyConnectionString
Gets or sets the connection string.
Public propertyIsPasswordEncrypted
Gets or sets a value indicating whether password is encrypted.
Public propertyPassword
Gets or sets the password.
Public propertyScope
Gets or sets the scope.
Public propertyScopeTarget
Gets or sets the scope target.
Top
See Also