Open this page in the API Guide

DisconnectTransformOptions Class

The DTO class for specifying how to disconnect a transform.
Inheritance Hierarchy
System.Object
  Dundas.BI.WebApi.Models.DisconnectTransformOptions

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 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