TransformConnector Constructor (Transform, Guid, String, String, ConnectorDataFormats)

Initializes a new instance of the TransformConnector 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
protected TransformConnector(
	Transform transform,
	Guid componentId,
	string componentName,
	string componentDescription,
	ConnectorDataFormats dataFormat
)

Parameters

transform
Type: Dundas.BI.Data.TransformsTransform
The parent transform.
componentId
Type: SystemGuid
The component ID.
componentName
Type: SystemString
Name of the component.
componentDescription
Type: SystemString
The component description.
dataFormat
Type: Dundas.BI.Data.TransformsConnectorDataFormats
The data format.
Exceptions
ExceptionCondition
ArgumentNullExceptiontransform is .
See Also