TransformConnector Constructor (Transform, Guid) |
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxprotected TransformConnector(
Transform transform,
Guid componentId
)
Protected Sub New (
transform As Transform,
componentId As Guid
)
protected:
TransformConnector(
Transform^ transform,
Guid componentId
)
new :
transform : Transform *
componentId : Guid -> TransformConnectorParameters
- transform
- Type: Dundas.BI.Data.TransformsTransform
The parent transform. - componentId
- Type: SystemGuid
The component ID.
Exceptions
See Also