Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.