TransformFindConnectorElement Method (String) |
Finds the connector element by native name.
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxprotected ConnectorElement FindConnectorElement(
string nativeName
)
Protected Function FindConnectorElement (
nativeName As String
) As ConnectorElement
protected:
ConnectorElement^ FindConnectorElement(
String^ nativeName
)
member FindConnectorElement :
nativeName : string -> ConnectorElement
Parameters
- nativeName
- Type: SystemString
Native name of the element.
Return Value
Type:
ConnectorElementThe connector element.
See Also