Compartir a través de


IDTSOutputColumn100.CodePage Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

IDTSOutputColumn100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper