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