ReplaceDataConnectorOptions Class

The DTO class for specifying options to replace a select transform data connector with the option to also specify the native structure to replace with.
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 (25.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 propertyNativeStructureToReplaceWithId
Gets or sets the ID of the native structure to replace with.
Public propertyNewDataConnectorId
Gets or sets the new data connector ID.
Public propertySelectTransformId
Gets or sets the select transform ID.
Top
See Also