UnknownColumnDefinitionInfo(String, Object[]) Constructor
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.
Describes a column with unknown data type.
public:
UnknownColumnDefinitionInfo(System::String ^ columnName, cli::array <System::Object ^> ^ arguments);
public UnknownColumnDefinitionInfo(string columnName, object[] arguments);
new Microsoft.DataPrep.Common.UnknownColumnDefinitionInfo : string * obj[] -> Microsoft.DataPrep.Common.UnknownColumnDefinitionInfo
Public Sub New (columnName As String, arguments As Object())
Parameters
- columnName
- String
Column Name.
- arguments
- Object[]
unknown data arguments.