IDTSExecuteSQL.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

プロパティ値

翻訳に使うコードページ。

適用対象