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.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly: Microsoft.SqlServer.SQLTask (in microsoft.sqlserver.sqltask.dll)
Syntax
'Declaration
Public Property CodePage As UInteger
public uint CodePage { get; set; }
public:
virtual property unsigned int CodePage {
unsigned int get () sealed;
void set (unsigned int value) sealed;
}
/** @property */
public final UInt32 get_CodePage ()
/** @property */
public final void set_CodePage (UInt32 value)
public final function get CodePage () : uint
public final function set CodePage (value : uint)
Property Value
An uint containing the code page to use for translation.
Remarks
For more information on valid return values, see Collation and Code Page Architecture.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
ExecuteSQLTask Class
ExecuteSQLTask Members
Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask Namespace