ConnectorElementValue Constructor (Guid, Guid)

Initializes a new instance of the ConnectorElementValue class.

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public ConnectorElementValue(
	Guid parameterId,
	Guid connectorElementId
)

Parameters

parameterId
Type: SystemGuid
The parameter ID.
connectorElementId
Type: SystemGuid
The connector element ID.
See Also