ExecuteSQLTask.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. Translation occurs either when storing values to or extracting values from databases.

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

An uint containing the code page to use for translation.

Implements

Remarks

For more information on valid return values, see Add or Delete a Task or a Container in a Control Flow.

Applies to