DataFlow.Activity Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A object contains under-constructing dataflow and assoiciated support methods, such as methods to Add, or remove a step.
public:
property Microsoft::DPrep::Engine::IActivity ^ Activity { Microsoft::DPrep::Engine::IActivity ^ get(); };
public Microsoft.DPrep.Engine.IActivity Activity { get; }
member this.Activity : Microsoft.DPrep.Engine.IActivity
Public ReadOnly Property Activity As IActivity
Property Value
Microsoft.DPrep.Engine.IActivity