TextConnection.TextFileConsecutiveDelimiter Property

Definition

True if consecutive delimiters are treated as a single delimiter when you import a text file into a query table. The default value is False. Boolean (bool in C#) Read/Write.

public:
 property bool TextFileConsecutiveDelimiter { bool get(); void set(bool value); };
public bool TextFileConsecutiveDelimiter { get; set; }
Public Property TextFileConsecutiveDelimiter As Boolean

Property Value

Applies to