Open this page in the API Guide

ReplaceDataConnectorOptions Class

The DTO class for specifying options to replace a select transform data connector.
Inheritance Hierarchy
System.Object
  Dundas.BI.WebApi.Models.ReplaceDataConnectorOptions

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.2.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