此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Gets or sets the code page to use when translating variable values that are stored as Unicode wide chars to multi-bytes.
命名空間: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
組件: Microsoft.SqlServer.SQLTask (在 Microsoft.SqlServer.SQLTask.dll 中)
語法
'宣告
Property CodePage As UInteger
Get
Set
'用途
Dim instance As IDTSExecuteSQL
Dim value As UInteger
value = instance.CodePage
instance.CodePage = value
uint CodePage { get; set; }
property unsigned int CodePage {
unsigned int get ();
void set (unsigned int value);
}
abstract CodePage : uint32 with get, set
function get CodePage () : uint
function set CodePage (value : uint)
屬性值
型別:System.UInt32
The code page to use for translation.