ExecuteSQLTask.CodePage Property

Gets or sets the code page to use when translating variable values that are stored as Unicode wide chars to multi-bytes. Translation occurs either when storing values to or extracting values from databases.

命名空间: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
程序集: Microsoft.SqlServer.SQLTask (in microsoft.sqlserver.sqltask.dll)

语法

声明
Public Property CodePage As UInteger
public uint CodePage { get; set; }
public:
virtual property unsigned int CodePage {
    unsigned int get () sealed;
    void set (unsigned int value) sealed;
}
/** @property */
public final UInt32 get_CodePage ()

/** @property */
public final void set_CodePage (UInt32 value)
public final function get CodePage () : uint

public final function set CodePage (value : uint)

属性值

An uint containing the code page to use for translation.

备注

For more information on valid return values, see 排序规则和代码页体系结构.

线程安全

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

ExecuteSQLTask Class
ExecuteSQLTask Members
Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask Namespace