RelationalUnionTaskUnionTransformIds Property |
Gets the list of transform node IDs which represent the structures on which union must be performed.
Namespace:
Dundas.BI.Data.DataProviders.Tasks
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic IList<Guid> UnionTransformIds { get; }Public ReadOnly Property UnionTransformIds As IList(Of Guid)
Get
public:
property IList<Guid>^ UnionTransformIds {
IList<Guid>^ get ();
}member UnionTransformIds : IList<Guid> with get
Property Value
Type:
IListGuid
See Also