FileFormatProperties(FileFormatType, Dictionary<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.
FileFormatProperties constructor.
public:
FileFormatProperties(Microsoft::DataPrep::Common::FileFormatType type, System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ properties);
public FileFormatProperties(Microsoft.DataPrep.Common.FileFormatType type, System.Collections.Generic.Dictionary<string,object> properties);
new Microsoft.DataPrep.Common.FileFormatProperties : Microsoft.DataPrep.Common.FileFormatType * System.Collections.Generic.Dictionary<string, obj> -> Microsoft.DataPrep.Common.FileFormatProperties
Public Sub New (type As FileFormatType, properties As Dictionary(Of String, Object))
Parameters
- type
- FileFormatType
file format type.
- properties
- Dictionary<String,Object>
file format associated properties.