CodePage 屬性
Gets the character set used to interpret the data contained in a column.
命名空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件: Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)
語法
'宣告
ReadOnly Property CodePage As Integer
Get
'用途
Dim instance As IDTSInputColumn100
Dim value As Integer
value = instance.CodePage
int CodePage { get; }
property int CodePage {
int get ();
}
abstract CodePage : int
function get CodePage () : int
屬性值
型別:System. . :: . .Int32
An Integer that represents the code page.