TransformInfoOutputElements Property |
Gets the output elements.
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic IReadOnlyList<ConnectorElementInfo> OutputElements { get; }Public ReadOnly Property OutputElements As IReadOnlyList(Of ConnectorElementInfo)
Get
public:
property IReadOnlyList<ConnectorElementInfo^>^ OutputElements {
IReadOnlyList<ConnectorElementInfo^>^ get ();
}member OutputElements : IReadOnlyList<ConnectorElementInfo> with get
Property Value
Type:
IReadOnlyListConnectorElementInfo
See Also