Compartilhar via


Propriedade do RDL IDTSExecuteSQL.CodePage

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the code page to use when translating variable values that are stored as Unicode wide chars to multi-bytes.

Namespace:  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly:  Microsoft.SqlServer.SQLTask (em Microsoft.SqlServer.SQLTask.dll)

Sintaxe

'Declaração
Property CodePage As UInteger 
    Get 
    Set
'Uso
Dim instance As IDTSExecuteSQL 
Dim value As UInteger 

value = instance.CodePage

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

Valor da propriedade

Tipo: System.UInt32
The code page to use for translation.

Consulte também

Referência

IDTSExecuteSQL Interface

Namespace Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask