OutputConnector Constructor (Transform, Guid, String, String, ConnectorDataFormats, ElementCreation)

Initializes a new instance of the OutputConnector class.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public OutputConnector(
	Transform transform,
	Guid id,
	string name,
	string description,
	ConnectorDataFormats dataFormat,
	ElementCreation method
)

Parameters

transform
Type: Dundas.BI.Data.TransformsTransform
The parent transform.
id
Type: SystemGuid
The component ID.
name
Type: SystemString
Name of the component.
description
Type: SystemString
The component description.
dataFormat
Type: Dundas.BI.Data.TransformsConnectorDataFormats
The data format.
method
Type: Dundas.BI.Data.TransformsElementCreation
The method used for creating output elements.
Exceptions
ExceptionCondition
ArgumentExceptionmethod is invalid.
See Also