다음을 통해 공유


CodePage 속성

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

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap.dll의 Microsoft.SqlServer.DTSPipelineWrap

구문

‘선언
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.

주의

For multibyte character data types such as DT_STR, DT_TEXT, and DT_WSTR, this property must contain a valid code page. For other data types the value is ignored and is set to zero.