Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the character set used to interpret the data contained in the column.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Property CodePage As Integer
Get
Set
'Usage
Dim instance As IDTSExternalMetadataColumn100
Dim value As Integer
value = instance.CodePage
instance.CodePage = value
int CodePage { get; set; }
property int CodePage {
int get ();
void set (int value);
}
abstract CodePage : int with get, set
function get CodePage () : int
function set CodePage (value : int)
Property Value
Type: System.Int32
The code page of the external metadata column.