ConnectionManagerMultiFlatFileClass.ColumnNamesInFirstDataRow Property
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.
Gets or sets a value that indicates whether first row in the file contains the column names.
public:
virtual property bool ColumnNamesInFirstDataRow { bool get(); void set(bool value); };
public virtual bool ColumnNamesInFirstDataRow { get; set; }
member this.ColumnNamesInFirstDataRow : bool with get, set
Public Overridable Property ColumnNamesInFirstDataRow As Boolean
Property Value
true if first row contains the column names; otherwise, false.