ScriptProcessor Constructor (OutputConnector, DataBuffer) |
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(
OutputConnector transformOutput,
DataBuffer data
)
Public Sub New (
transformOutput As OutputConnector,
data As DataBuffer
)
public:
ScriptProcessor(
OutputConnector^ transformOutput,
DataBuffer^ data
)
new :
transformOutput : OutputConnector *
data : DataBuffer -> ScriptProcessorParameters
- transformOutput
- Type: Dundas.BI.Data.TransformsOutputConnector
The transform output. - data
- Type: Dundas.BI.Data.TransformsDataBuffer
The data buffer.
RemarksUse this constructor when the transform is instantiating the data buffer directly.
See Also