ReplaceDataConnectorOptions Class

The DTO class for specifying options to replace a select transform data connector.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsReplaceDataConnectorOptions

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 ReplaceDataConnectorOptions

The ReplaceDataConnectorOptions type exposes the following members.

Constructors
  NameDescription
Public methodReplaceDataConnectorOptions
Initializes a new instance of the ReplaceDataConnectorOptions class
Top
Properties
  NameDescription
Public propertyNewDataConnectorId
Gets or sets the new data connector ID.
Public propertySelectTransformId
Gets or sets the select transform ID.
Top
See Also