DisconnectTransformOptions Class

The DTO class for specifying how to disconnect a transform.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsDisconnectTransformOptions

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 DisconnectTransformOptions

The DisconnectTransformOptions type exposes the following members.

Constructors
  NameDescription
Public methodDisconnectTransformOptions
Initializes a new instance of the DisconnectTransformOptions class
Top
Properties
  NameDescription
Public propertyConnectorId
Gets or sets the ID of the transform connector to disconnect.
Public propertyDataCubeId
Gets or sets the ID of the data cube where the transform is located.
Public propertyTransformId
Gets or sets the ID of the transform to disconnect.
Top
See Also