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)
Eigenschaftswert
An uint containing the code page to use for translation.
Hinweise
For more information on valid return values, see Sortierungs- und Codepage-Architektur.
Threadsicherheit
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.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
ExecuteSQLTask Class
ExecuteSQLTask Members
Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask Namespace