TransformGetMetadata Method

Populates the process transform metadata by describing the data inputs, output and any available settings.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
protected abstract void GetMetadata(
	out IList<InputConnector> inputs,
	out OutputConnector output,
	out IList<ComponentSetting> settings
)

Parameters

inputs
Type: System.Collections.GenericIListInputConnector
The inputs.
output
Type: Dundas.BI.Data.TransformsOutputConnector
The output.
settings
Type: System.Collections.GenericIListComponentSetting
The transform settings.
See Also