FlatFileColumn.TextQualified プロパティ

定義

列がテキスト修飾かどうかを示すブール型 (Boolean) の値を取得または設定します。

public:
 property bool TextQualified { bool get(); void set(bool value); };
public bool TextQualified { get; set; }
member this.TextQualified : bool with get, set
Public Property TextQualified As Boolean

プロパティ値

列がテキスト修飾かどうかを示すブール値。

適用対象