Compartilhar via


Propriedade CodePage

Gets the character set used to interpret the data contained in a column.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxe

'Declaração
ReadOnly Property CodePage As Integer
    Get
'Uso
Dim instance As IDTSOutputColumn100
Dim value As Integer

value = instance.CodePage
int CodePage { get; }
property int CodePage {
    int get ();
}
abstract CodePage : int
function get CodePage () : int

Valor da propriedade

Tipo: System. . :: . .Int32
An Integer that represents the code page.

Comentários

For a brief overview of the codepages supported by the Mecanismo de Banco de Dados do SQL Server, and a partial list of codepage values, see Arquitetura de página de código.