Partager via


Propriété ExecuteSQLTask.CodePage

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.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly :  Microsoft.SqlServer.SQLTask (en Microsoft.SqlServer.SQLTask.dll)

Syntaxe

'Déclaration
Public Property CodePage As UInteger 
    Get 
    Set
'Utilisation
Dim instance As ExecuteSQLTask 
Dim value As UInteger 

value = instance.CodePage

instance.CodePage = value
public uint CodePage { get; set; }
public:
virtual property unsigned int CodePage {
    unsigned int get () sealed;
    void set (unsigned int value) sealed;
}
abstract CodePage : uint32 with get, set 
override CodePage : uint32 with get, set
final function get CodePage () : uint 
final function set CodePage (value : uint)

Valeur de propriété

Type : System.UInt32
An uint containing the code page to use for translation.

Implémente

IDTSExecuteSQL.CodePage

Notes

For more information on valid return values, see Ajouter ou supprimer une tâche ou un conteneur dans un flux de contrôle.

Voir aussi

Référence

ExecuteSQLTask Classe

Espace de noms Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask