语言

ConnectionManagerMultiFlatFileClass.Unicode 属性

定义

获取或设置一个值,指示是否使用 Unicode。

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

属性值

如果使用 Unicode,则为真;如果使用代码页,则为false。

实现

注解

如果使用 Unicode,则不能指定代码页。

适用于