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 IDTSOutputColumn100
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.
備註
For a brief overview of the codepages supported by the SQL Server Database Engine, and a partial list of codepage values, see 字碼頁架構.