TransformConnector Constructor (Transform, Guid)

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
)

Parameters

transform
Type: Dundas.BI.Data.TransformsTransform
The parent transform.
componentId
Type: SystemGuid
The component ID.
Exceptions
ExceptionCondition
ArgumentNullExceptiontransform is .
See Also