Proprietà IDTSOutputColumn100.CodePage

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

'Dichiarazione
ReadOnly Property CodePage As Integer 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

IDTSOutputColumn100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper