DataFlow.Skip(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.
Skips the specified number of records.
public:
Microsoft::DataPrep::Common::DataFlow ^ Skip(long count);
public Microsoft.DataPrep.Common.DataFlow Skip(long count);
member this.Skip : int64 -> Microsoft.DataPrep.Common.DataFlow
Public Function Skip (count As Long) As DataFlow
Parameters
- count
- Int64
The number of records to skip.