OutputConnector Properties

The OutputConnector type exposes the following members.

Properties
  NameDescription
Public propertyCaption
Gets the caption to identify this connector for the user.
(Inherited from TransformConnector.)
Public propertyConnectedTo
Gets the connected process connector.
(Inherited from TransformConnector.)
Public propertyDataFormat
Gets the data format.
(Inherited from TransformConnector.)
Public propertyDataReader
Gets the ITransformReader for the current instance, responsible for data retrieval.
(Overrides TransformConnectorDataReader.)
Public propertyDescription
Gets or sets the object description.
(Inherited from DescriptorBase.)
Public propertyElementCreation
Gets the connector element creation methodology for the current instance.
Public propertyElements
Gets the connector elements.
(Inherited from TransformConnector.)
Public propertyId
Gets the object ID.
(Inherited from DescriptorBase.)
Public propertyIsConnected
Gets a value indicating whether this instance is connected.
(Inherited from TransformConnector.)
Public propertyName
Gets or sets the object name.
(Inherited from DescriptorBase.)
Public propertyTransform
Gets the parent transform.
(Inherited from TransformConnector.)
Top
See Also