SubsetFunctionGetSubsetMetadata Method

Populates the function metadata by describing the data inputs and the function settings.

Namespace:  Dundas.BI.Data.Functions
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
protected abstract string GetSubsetMetadata(
	out Guid mainDataInputId,
	out IList<InputDescriptor> additionalDataInputs,
	out IList<ComponentSetting> settings
)

Parameters

mainDataInputId
Type: SystemGuid
The main data input ID.
additionalDataInputs
Type: System.Collections.GenericIListInputDescriptor
The data inputs.
settings
Type: System.Collections.GenericIListComponentSetting
The function settings.

Return Value

Type: String
The function symbol to be used in scripts.
See Also