DataFlow.ToLong 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.
Overloads
| ToLong(ColumnsSelector) |
Converts the values in the specified columns to 64 bit integers. |
| ToLong(String) |
Converts the values in the specified columns to 64 bit integers. |
| ToLong(String[]) |
Converts the values in the specified columns to 64 bit integers. |
ToLong(ColumnsSelector)
Converts the values in the specified columns to 64 bit integers.
public:
Microsoft::DataPrep::Common::DataFlow ^ ToLong(Microsoft::DPrep::Engine::PropertiesSystem::ColumnsSelector ^ columns);
public Microsoft.DataPrep.Common.DataFlow ToLong(Microsoft.DPrep.Engine.PropertiesSystem.ColumnsSelector columns);
member this.ToLong : Microsoft.DPrep.Engine.PropertiesSystem.ColumnsSelector -> Microsoft.DataPrep.Common.DataFlow
Public Function ToLong (columns As ColumnsSelector) As DataFlow
Parameters
- columns
- Microsoft.DPrep.Engine.PropertiesSystem.ColumnsSelector
The source columns.
Returns
Applies to
ToLong(String)
Converts the values in the specified columns to 64 bit integers.
public:
Microsoft::DataPrep::Common::DataFlow ^ ToLong(System::String ^ columnName);
public Microsoft.DataPrep.Common.DataFlow ToLong(string columnName);
member this.ToLong : string -> Microsoft.DataPrep.Common.DataFlow
Public Function ToLong (columnName As String) As DataFlow
Parameters
- columnName
- String
The source columns.
Returns
Applies to
ToLong(String[])
Converts the values in the specified columns to 64 bit integers.
public:
Microsoft::DataPrep::Common::DataFlow ^ ToLong(cli::array <System::String ^> ^ columnNames);
public Microsoft.DataPrep.Common.DataFlow ToLong(string[] columnNames);
member this.ToLong : string[] -> Microsoft.DataPrep.Common.DataFlow
Public Function ToLong (columnNames As String()) As DataFlow
Parameters
- columnNames
- String[]
The source columns.