DataProcessCreateBridgeParameter Method (String, String, ParameterValueTypes, IHierarchy)

Creates a bridge parameter with the specified properties.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public BridgeParameter CreateBridgeParameter(
	string name,
	string description,
	ParameterValueTypes inputCategory,
	IHierarchy hierarchy
)

Parameters

name
Type: SystemString
The parameter name.
description
Type: SystemString
The parameter description.
inputCategory
Type: Dundas.BI.Data.ParametersParameterValueTypes
The input category.
hierarchy
Type: Dundas.BI.Data.MetadataIHierarchy
The hierarchy to provide input values.

Return Value

Type: BridgeParameter
The bridge parameter.
Exceptions
ExceptionCondition
ArgumentNullExceptionhierarchy is .
ArgumentOutOfRangeExceptioninputCategory is not a defined member of ParameterValueTypes enumeration or it not valid for a bridge parameter.
See Also