DataFlow.Reference(ActivityReference) Method
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.
Creates a reference to an existing activity object.
public:
static Microsoft::DataPrep::Common::DataFlow ^ Reference(Microsoft::DPrep::Engine::ActivityReference ^ reference);
public static Microsoft.DataPrep.Common.DataFlow Reference(Microsoft.DPrep.Engine.ActivityReference reference);
static member Reference : Microsoft.DPrep.Engine.ActivityReference -> Microsoft.DataPrep.Common.DataFlow
Public Shared Function Reference (reference As ActivityReference) As DataFlow
Parameters
- reference
- Microsoft.DPrep.Engine.ActivityReference
The reference activity.