TransformTuple Constructor (IListConnectorElement) |
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic TransformTuple(
IList<ConnectorElement> keyElements
)
Public Sub New (
keyElements As IList(Of ConnectorElement)
)
public:
TransformTuple(
IList<ConnectorElement^>^ keyElements
)
new :
keyElements : IList<ConnectorElement> -> TransformTupleParameters
- keyElements
- Type: System.Collections.GenericIListConnectorElement
The key connector elements.
Exceptions
See Also