DataProcessCreateBridgeParameter Method (String, String, ParameterValueTypes) |
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 (24.3.0.1000)
Syntax public BridgeParameter CreateBridgeParameter(
string name,
string description,
ParameterValueTypes inputCategory
)
Public Function CreateBridgeParameter (
name As String,
description As String,
inputCategory As ParameterValueTypes
) As BridgeParameter
public:
BridgeParameter^ CreateBridgeParameter(
String^ name,
String^ description,
ParameterValueTypes inputCategory
)
member CreateBridgeParameter :
name : string *
description : string *
inputCategory : ParameterValueTypes -> BridgeParameter
Parameters
- name
- Type: SystemString
The parameter name. - description
- Type: SystemString
The parameter description. - inputCategory
- Type: Dundas.BI.Data.ParametersParameterValueTypes
The input category.
Return Value
Type:
BridgeParameterThe bridge parameter.
Exceptions See Also