ElementDataParameter Constructor |
Namespace:
Dundas.BI.Data.Parameters
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public ElementDataParameter(
EntityBase parentEntity,
ConnectorElement connectorElement,
string name,
string description
)
Public Sub New (
parentEntity As EntityBase,
connectorElement As ConnectorElement,
name As String,
description As String
)
public:
ElementDataParameter(
EntityBase^ parentEntity,
ConnectorElement^ connectorElement,
String^ name,
String^ description
)
new :
parentEntity : EntityBase *
connectorElement : ConnectorElement *
name : string *
description : string -> ElementDataParameter
Parameters
- parentEntity
- Type: Dundas.BI.EntitiesEntityBase
The parent entity. - connectorElement
- Type: Dundas.BI.Data.TransformsConnectorElement
The connector element. - name
- Type: SystemString
Name of the parameter. - description
- Type: SystemString
The parameter description.
Exceptions See Also