Share via


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,则为 true;如果使用 CodePage,则为 false。

实现

注解

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

适用于