Partager via


Propriété IDTSOutputColumn100.CodePage

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

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
ReadOnly Property CodePage As Integer 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

IDTSOutputColumn100 Interface

Espace de noms Microsoft.SqlServer.Dts.Pipeline.Wrapper