GetDatabasesOptions Class

The data contract class used to provide options for getting databases.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsGetDatabasesOptions

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class GetDatabasesOptions

The GetDatabasesOptions type exposes the following members.

Constructors
  NameDescription
Public methodGetDatabasesOptions
Initializes a new instance of the GetDatabasesOptions class.
Top
Properties
  NameDescription
Public propertyDataConnectorId
Gets or sets the data connector ID, if applicable. This will only be used if the custom value call is for an existing data connector.
Public propertyGatewayId
Gets or sets the gateway provider ID, if applicable.
Public propertySettings
Gets the settings.
Top
See Also