ScriptProcessor Constructor (Transform)

Initializes a new instance of the ScriptProcessor 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 ScriptProcessor(
	Transform transform
)

Parameters

transform
Type: Dundas.BI.Data.TransformsTransform
The transform.
Remarks
Use this constructor when the transform is not instantiating the data buffer directly. Instead, the transform gets the reference to the buffer from the current instance. The element expressions are parsed first, to correctly determine the required size of the data buffer.
See Also