DataProcessPreResultTransform Property |
Gets the final step transform to which the result transform is connected to.
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic Transform PreResultTransform { get; }Public ReadOnly Property PreResultTransform As Transform
Get
public:
property Transform^ PreResultTransform {
Transform^ get ();
}member PreResultTransform : Transform with get
Property Value
Type:
Transform
See Also