DataFlow.Take(Int64) Method

Definition

Takes the specified count of records.

public:
 Microsoft::DataPrep::Common::DataFlow ^ Take(long count);
public Microsoft.DataPrep.Common.DataFlow Take(long count);
member this.Take : int64 -> Microsoft.DataPrep.Common.DataFlow
Public Function Take (count As Long) As DataFlow

Parameters

count
Int64

The number of records to take.

Returns

Applies to