ScriptProcessor Constructor (Transform) |
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic ScriptProcessor(
Transform transform
)
Public Sub New (
transform As Transform
)
public:
ScriptProcessor(
Transform^ transform
)
new :
transform : Transform -> ScriptProcessorParameters
- 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