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.
Assembly: Microsoft.SqlServer.SQLTask (in Microsoft.SqlServer.SQLTask.dll)
public: property unsigned int CodePage { virtual unsigned int get() sealed; virtual void set(unsigned int value) sealed; }
Implements
IDTSExecuteSQL::CodePageFor more information on valid return values, see Add or Delete a Task or a Container in a Control Flow.
Show: