IDTSExecuteSQL.CodePage Property

Definition

Gets or sets the code page to use when translating variable values that are stored as Unicode wide chars to multi-bytes.

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

Property Value

The code page to use for translation.

Applies to