DataFlow.Take(Int64) 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.
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.