ExecuteSQLTask.CodePage 属性

定义

获取或设置在将存储为 Unicode 宽字节的变量值转换为多字节时使用的代码页。 转换或者在将值存储到数据库时发生,或者在从数据库提取值时发生。

public:
 property System::UInt32 CodePage { System::UInt32 get(); void set(System::UInt32 value); };
public uint CodePage { get; set; }
member this.CodePage : uint32 with get, set
Public Property CodePage As UInteger

属性值

包含用于翻译的代码页的 uint。

实现

注解

有关有效返回值的详细信息,请参阅 控制流中的添加或删除任务或容器

适用于