SubsetFunctionGetMetadata Method |
Populates the function metadata by describing the data inputs, the function settings and the results.
Namespace: Dundas.BI.Data.FunctionsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxprotected override string GetMetadata(
out IList<InputDescriptor> dataInputs,
out IList<ComponentSetting> settings,
out IList<ResultDescriptor> results
)
Protected Overrides Function GetMetadata (
<OutAttribute> ByRef dataInputs As IList(Of InputDescriptor),
<OutAttribute> ByRef settings As IList(Of ComponentSetting),
<OutAttribute> ByRef results As IList(Of ResultDescriptor)
) As String
protected:
virtual String^ GetMetadata(
[OutAttribute] IList<InputDescriptor^>^% dataInputs,
[OutAttribute] IList<ComponentSetting^>^% settings,
[OutAttribute] IList<ResultDescriptor^>^% results
) override
abstract GetMetadata :
dataInputs : IList<InputDescriptor> byref *
settings : IList<ComponentSetting> byref *
results : IList<ResultDescriptor> byref -> string
override GetMetadata :
dataInputs : IList<InputDescriptor> byref *
settings : IList<ComponentSetting> byref *
results : IList<ResultDescriptor> byref -> string Parameters
- dataInputs IListInputDescriptor
- The data inputs.
- settings IListComponentSetting
- The function settings.
- results IListResultDescriptor
- The results.
Return Value
StringThe formula symbol to be used in scripts.
See Also